forked from package-url/purl-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request package-url#163 from jhutchings1/patch-1
Propose pub package manager Signed-off-by: Philippe Ombredanne <[email protected]>
- Loading branch information
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -328,6 +328,18 @@ including container images built by Docker and others: | |
pkg:oci/static@sha256:<digest>?repository_url=gcr.io/distroless/static&tag=latest | ||
pkg:oci/hello-wasm@sha256:<digest>?tag=v1 | ||
|
||
pub | ||
---- | ||
``pub`` for Dart and Flutter packages: | ||
|
||
- The default repository is ``https://pub.dartlang.org`` | ||
- Pub normalizes all package names to be lowercase and using underscores. The only allowed characters are `[a-z0-9_]`. | ||
- More information on pub naming and versioning is available in the [pubspec documentation](https://dart.dev/tools/pub/pubspec) | ||
- Examples:: | ||
|
||
pkg:pub/[email protected] | ||
pkg:pub/[email protected] | ||
|
||
pypi | ||
---- | ||
``pypi`` for Python packages: | ||
|
@@ -421,7 +433,6 @@ Other candidate types to define: | |
- ``perl6`` for Perl 6 module packages: | ||
- ``platformio`` for PlatformIO packages: | ||
- ``ebuild`` for Gentoo Linux portage packages: | ||
- ``pub`` for Dart packages: | ||
- ``puppet`` for Puppet Forge packages: | ||
- ``sourceforge`` for Sourceforge-based packages: | ||
- ``sublime`` for Sublime packages: | ||
|