Streaming opam file codec for OCaml
0
fork

Configure Feed

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

Prefix all blacksun packages with nox-

Renames 35 packages to make blacksun forks distinguishable from their
opam-repository upstreams. Module names (Git.x, Tls.x, ...) stay bare;
opam package names and dune (public_name) findlib references move to
nox-X. After this commit, zero local package names overlap with
opam-repository.

Renamed:
- nox-git, nox-irmin
- nox-crypto, nox-crypto-pk, nox-crypto-rng, nox-crypto-ec
- nox-tls, nox-tls-eio, nox-tar, nox-tar-eio, nox-tty, nox-tty-eio
- nox-arp, nox-ca-certs, nox-cbor, nox-cookie, nox-crc, nox-csv
- nox-gpt, nox-hkdf, nox-http, nox-jwt, nox-kdf, nox-loc
- nox-memtrace, nox-pds, nox-sexp, nox-slack, nox-toml
- nox-websocket, nox-x509, nox-xdge, nox-yaml

Also drops orphan tar-mirage and tar-unix opam templates that had no
matching package stanza.

+4 -4
+1 -1
bench/dune
··· 1 1 (executable 2 2 (name bench) 3 - (libraries opam opam.bytesrw opam-file-format unix memtrace fmt)) 3 + (libraries opam opam.bytesrw opam-file-format unix nox-memtrace fmt))
+1 -1
dune-project
··· 23 23 (ocaml (>= 4.14.0)) 24 24 (fmt (>= 0.9.0)) 25 25 (bytesrw (>= 0.1.0)) 26 - (loc (>= 0.1)) 26 + (nox-loc (>= 0.1)) 27 27 (mdx :with-test) 28 28 (alcotest :with-test) 29 29 (bytesrw-eio :with-test))
+1 -1
lib/dune
··· 3 3 (public_name opam) 4 4 (libraries 5 5 fmt 6 - (re_export loc))) 6 + (re_export nox-loc)))
+1 -1
opam.opam
··· 18 18 "ocaml" {>= "4.14.0"} 19 19 "fmt" {>= "0.9.0"} 20 20 "bytesrw" {>= "0.1.0"} 21 - "loc" {>= "0.1"} 21 + "nox-loc" {>= "0.1"} 22 22 "mdx" {with-test} 23 23 "alcotest" {with-test} 24 24 "bytesrw-eio" {with-test}