OCaml library and CLI for OCI and Docker image manipulation
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Prefix encoding packages with nox-

Extends the nox- prefix to the remaining encoding/codec packages —
none clash with opam-repository today, but the rule "blacksun forks
get nox-" applies the same way regardless of conflict status.

Renamed: json, xml, meta, opam, protobuf -> nox-*

+4 -4
+1 -1
dune-project
··· 26 26 base64 27 27 cmdliner 28 28 fmt 29 - json logs 29 + nox-json logs 30 30 mtime 31 31 optint 32 32 ptime
+1 -1
lib/spec/dune
··· 1 1 (library 2 2 (public_name oci.spec) 3 3 (name oci_spec) 4 - (libraries fmt digestif json astring ptime uri base64)) 4 + (libraries fmt digestif nox-json astring ptime uri base64))
+1 -1
oci.opam
··· 18 18 "base64" 19 19 "cmdliner" 20 20 "fmt" 21 - "json" 21 + "nox-json" 22 22 "logs" 23 23 "mtime" 24 24 "optint"
+1 -1
test/interop/registry/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries oci oci.spec alcotest json) 3 + (libraries oci oci.spec alcotest nox-json) 4 4 (deps 5 5 (source_tree traces) 6 6 (source_tree scripts)))