-
Notifications
You must be signed in to change notification settings - Fork 169
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
b33dda1
commit 0bc97ba
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 |
---|---|---|
|
@@ -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. It is not case sensitive and must be lowercased. | ||
- The ``version`` is the package version. | ||
|
||
- Examples:: | ||
|
||
pkg:opam/[email protected] | ||
pkg:opam/[email protected] | ||
|
||
pub | ||
---- | ||
``pub`` for Dart and Flutter packages: | ||
|
@@ -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: | ||
|