purl-spec icon indicating copy to clipboard operation
purl-spec copied to clipboard

A minimal specification for purl aka. a package "mostly universal" URL, join the discussion at https://gitter.im/package-url/Lobby

Results 162 purl-spec issues
Sort by recently updated
recently updated
newest added

I suggest to add a version scheme `semver` that as defined by https://semver.org/ Flagging @pombredanne for attention

This includes: - duplicated qualifiers keys - invalid subpaths - invalid types - invalid namespaces - non-unicode characters must be encoded

This is an updated version of #165 which seems to have stalled out over a year ago and has merge conflicts.

This would address Issue #217. It is also being tracked on the vcpkg side in this discussion. https://github.com/microsoft/vcpkg/discussions/32732

PURL type definition

To make sharing purls easy, I've deployed https://purl.fyi, appending the purl to this domain redirects to the relevant package homepage. Eg: https://purl.fyi/pkg:pypi/[email protected] The support for purls is not heavy and...

I have a use case where I want users to input a partial purl in order to find the different available versions. For example, given this purl: `pkg:golang/sigs.k8s.io%2Fcontroller-runtime%2Fpkg%[email protected]`, the user...

According to https://pypi.org/trademarks/ `pypi` is a registered trademark. Since this type within PURL can refer to any repository, but defaults to `https://pypi.python.org` (https://github.com/package-url/purl-spec/blob/master/PURL-TYPES.rst#pypi) does it make sense to change it...