Persistent store with Git semantics: lazy reads, delayed writes, content-addressing
1
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-*

+6 -6
+1 -1
dune-project
··· 42 42 bytesrw 43 43 cmdliner 44 44 decompress 45 - json 45 + nox-json 46 46 nox-loc 47 47 magic-mime 48 48 monopam-info
+1 -1
lib/json/dune
··· 1 1 (library 2 2 (name irmin_json) 3 3 (public_name nox-irmin.json) 4 - (libraries nox-irmin json digestif)) 4 + (libraries nox-irmin nox-json digestif))
+1 -1
lib/oci/dune
··· 1 1 (library 2 2 (name irmin_oci) 3 3 (public_name nox-irmin.oci) 4 - (libraries nox-irmin digestif json fmt)) 4 + (libraries nox-irmin digestif nox-json fmt))
+1 -1
nox-irmin.opam
··· 35 35 "bytesrw" 36 36 "cmdliner" 37 37 "decompress" 38 - "json" 38 + "nox-json" 39 39 "nox-loc" 40 40 "magic-mime" 41 41 "monopam-info"
+1 -1
test/bench/dune
··· 1 1 (executable 2 2 (name bench) 3 - (libraries nox-irmin irmin_git git eio_main nox-memtrace digestif json)) 3 + (libraries nox-irmin irmin_git git eio_main nox-memtrace digestif nox-json))
+1 -1
test/dune
··· 10 10 eio_main 11 11 eio 12 12 fpath 13 - json 13 + nox-json 14 14 digestif))