Streaming opam file codec for OCaml
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-*

+8 -8
+1 -1
bench/dune
··· 1 1 (executable 2 2 (name bench) 3 - (libraries opam opam.bytesrw opam-file-format unix nox-memtrace fmt)) 3 + (libraries nox-opam nox-opam.bytesrw opam-file-format unix nox-memtrace fmt))
+1 -1
dune
··· 4 4 5 5 (mdx 6 6 (files README.md) 7 - (libraries opam opam.bytesrw bytesrw bytesrw-eio)) 7 + (libraries nox-opam nox-opam.bytesrw bytesrw bytesrw-eio))
+2 -2
dune-project
··· 1 1 (lang dune 3.21) 2 2 (using mdx 0.4) 3 - (name opam) 3 + (name nox-opam) 4 4 5 5 (generate_opam_files true) 6 6 ··· 10 10 (source (tangled gazagnaire.org/ocaml-opam)) 11 11 12 12 (package 13 - (name opam) 13 + (name nox-opam) 14 14 (synopsis "Streaming opam file codec for OCaml") 15 15 (tags (org:blacksun codec.text)) 16 16 (description
+2 -2
lib/bytesrw/dune
··· 1 1 (library 2 2 (name opam_bytesrw) 3 - (public_name opam.bytesrw) 4 - (libraries opam bytesrw)) 3 + (public_name nox-opam.bytesrw) 4 + (libraries nox-opam bytesrw))
+1 -1
lib/dune
··· 1 1 (library 2 2 (name opam) 3 - (public_name opam) 3 + (public_name nox-opam) 4 4 (libraries 5 5 fmt 6 6 (re_export nox-loc)))
opam.opam nox-opam.opam
+1 -1
test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries opam opam.bytesrw alcotest)) 3 + (libraries nox-opam nox-opam.bytesrw alcotest))