Current section
Files
Jump to
Current section
Files
priv/spec/types/qpkg-definition.json
{
"$schema": "https://packageurl.org/schemas/purl-type-definition.schema-1.0.json",
"$id": "https://packageurl.org/types/qpkg-definition.json",
"type": "qpkg",
"type_name": "QNX package",
"description": "QNX packages",
"repository": {
"use_repository": true,
"note": "There is no default package repository, this should be implied either from the namespace or using a repository base URL as repository_url qualifiers key."
},
"namespace_definition": {
"case_sensitive": false,
"native_name": "vendor",
"note": "The namespace is the vendor of the package. It is not case sensitive and must be lowercased.",
"requirement": "required"
},
"name_definition": {
"requirement": "required",
"native_name": "name"
},
"examples": [
"pkg:qpkg/blackberry/com.qnx.sdp@7.0.0.SGA201702151847",
"pkg:qpkg/blackberry/com.qnx.qnx710.foo.bar.qux@0.0.4.01449T202205040833L"
]
}