Duplicate code detection across OCaml packages
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-*

+3 -3
+1 -1
dune-project
··· 31 31 bos 32 32 re 33 33 (mdx :with-test) 34 - json nox-memtrace)) 34 + nox-json nox-memtrace))
+1 -1
dupfind.opam
··· 23 23 "bos" 24 24 "re" 25 25 "mdx" {with-test} 26 - "json" 26 + "nox-json" 27 27 "nox-memtrace" 28 28 "odoc" {with-doc} 29 29 ]
+1 -1
lib/dune
··· 1 1 (library 2 2 (name dupfind) 3 3 (public_name dupfind) 4 - (libraries compiler-libs.common eio logs vlog fmt fpath bos re json nox-tty)) 4 + (libraries compiler-libs.common eio logs vlog fmt fpath bos re nox-json nox-tty))