-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3465898
commit b8f411f
Showing
1 changed file
with
11 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 |
---|---|---|
|
@@ -471,6 +471,17 @@ including container images built by Docker and others: | |
pkg:oci/static@sha256%3A244fd47e07d10?repository_url=gcr.io/distroless/static&tag=latest | ||
pkg:oci/hello-wasm@sha256%3A244fd47e07d10?tag=v1 | ||
|
||
pecl | ||
---- | ||
``pecl`` for PECL PHP packages: | ||
|
||
- The default repository is ``https://pecl.php.net/``. | ||
- The ``namespace`` is empty. | ||
- The ``name`` is not case sensitive | ||
- Examples: | ||
|
||
pkg:pecl/[email protected] | ||
|
||
pub | ||
---- | ||
``pub`` for Dart and Flutter packages: | ||
|
@@ -589,7 +600,6 @@ Other candidate types to define: | |
- ``osgi`` for OSGi bundle packages: | ||
- ``p2`` for Eclipse p2 packages: | ||
- ``pear`` for Pear PHP packages: | ||
- ``pecl`` for PECL PHP packages: | ||
- ``perl6`` for Perl 6 module packages: | ||
- ``platformio`` for PlatformIO packages: | ||
- ``ebuild`` for Gentoo Linux portage packages: | ||
|