upstream: https://github.com/mirage/ocaml-gpt
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.

+8 -8
+1 -1
bin/dune
··· 1 1 (executables 2 2 (names gpt_inspect) 3 - (libraries gpt cmdliner unix)) 3 + (libraries nox-gpt cmdliner unix))
+1 -1
c/dune
··· 1 1 (executable 2 2 (name gen) 3 - (libraries gpt wire.3d)) 3 + (libraries nox-gpt wire.3d)) 4 4 5 5 (rule 6 6 (mode promote)
+1 -1
dune
··· 6 6 7 7 (mdx 8 8 (files README.md) 9 - (libraries gpt uuidm fmt)) 9 + (libraries nox-gpt uuidm fmt))
+2 -2
dune-project
··· 1 1 (lang dune 3.21) 2 2 (using mdx 0.4) 3 3 4 - (name gpt) 4 + (name nox-gpt) 5 5 6 6 (generate_opam_files true) 7 7 ··· 19 19 20 20 21 21 (package 22 - (name gpt) 22 + (name nox-gpt) 23 23 (synopsis "A library to manipulate GUID Partition Tables") 24 24 (tags (org:blacksun codec.disk)) 25 25 (description
+1 -1
fuzz/dune
··· 5 5 6 6 (executable 7 7 (name fuzz) 8 - (libraries gpt bytesrw alcobar)) 8 + (libraries nox-gpt bytesrw alcobar)) 9 9 10 10 (rule 11 11 (alias runtest)
gpt.opam nox-gpt.opam
gpt.opam.template nox-gpt.opam.template
+1 -1
lib/dune
··· 1 1 (library 2 - (public_name gpt) 2 + (public_name nox-gpt) 3 3 (name gpt) 4 4 (libraries bytesrw uuidm checkseum fmt mbr wire))
+1 -1
test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries gpt wire alcotest fmt)) 3 + (libraries nox-gpt wire alcotest fmt))