CCSDS File Delivery Protocol (CCSDS 727.0-B-5) for space file transfer
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.

+5 -5
+1 -1
cfdp.opam
··· 13 13 "dune" {>= "3.21"} 14 14 "ocaml" {>= "5.1"} 15 15 "checkseum" {>= "0.5"} 16 - "crc" {>= "0.1"} 16 + "nox-crc" {>= "0.1"} 17 17 "fmt" {>= "0.9"} 18 18 "wire" 19 19 "alcotest" {with-test & >= "1.7"}
+1 -1
dune-project
··· 23 23 (depends 24 24 (ocaml (>= 5.1)) 25 25 (checkseum (>= 0.5)) 26 - (crc (>= 0.1)) 26 + (nox-crc (>= 0.1)) 27 27 (fmt (>= 0.9)) 28 28 wire 29 29 (alcotest (and :with-test (>= 1.7)))
+1 -1
lib/dune
··· 1 1 (library 2 2 (name cfdp) 3 3 (public_name cfdp) 4 - (libraries checkseum crc fmt wire)) 4 + (libraries checkseum nox-crc fmt wire))
+1 -1
test/interop/dariol83/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries cfdp csv alcotest) 3 + (libraries cfdp nox-csv alcotest) 4 4 (deps 5 5 (source_tree traces) 6 6 (source_tree scripts)))
+1 -1
test/interop/spacepackets/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries cfdp csv alcotest) 3 + (libraries cfdp nox-csv alcotest) 4 4 (deps 5 5 (source_tree traces) 6 6 (source_tree scripts)))