From b8f411f2638441deaf07ae9e25085a905f28181c Mon Sep 17 00:00:00 2001 From: Laurent Goderre Date: Tue, 2 Apr 2024 10:23:13 -0400 Subject: [PATCH] Add PHP PECL type --- PURL-TYPES.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/PURL-TYPES.rst b/PURL-TYPES.rst index 2bf69af..b245c4d 100644 --- a/PURL-TYPES.rst +++ b/PURL-TYPES.rst @@ -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/APCu@5.1.23 + 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: