Skip to content

Commit

Permalink
Add spec for OCaml opam packages
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentGoderre committed Aug 9, 2024
1 parent b33dda1 commit 5d637bd
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion PURL-TYPES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,18 @@ 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

opam
----
``opam`` for OCaml packages
- The default repository is ``https://opam.ocaml.org/``.
- The ``name`` is the package name and is case sensitive.
- The ``version`` is the package version.

- Examples::

pkg:opam/[email protected]
pkg:opam/[email protected]

pub
----
``pub`` for Dart and Flutter packages:
Expand Down Expand Up @@ -610,7 +622,6 @@ Other candidate types to define:
- ``meteor`` for Meteor JavaScript packages:
- ``nim`` for Nim packages:
- ``nix`` for Nixos packages:
- ``opam`` for OCaml packages:
- ``openwrt`` for OpenWRT packages:
- ``osgi`` for OSGi bundle packages:
- ``p2`` for Eclipse p2 packages:
Expand Down

0 comments on commit 5d637bd

Please sign in to comment.