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.

*: declare missing :with-test deps (lint sweep, batch 4)

Sweep through 23 more packages flagged by [monopam lint] for
test-stanza references not declared in opam. Each verified by
[dune build] + [dune runtest] before moving on.

- irmin add (astring :with-test)
- ocaml-atproto-oauth add (eio_main :with-test) (nox-crypto-rng :with-test)
- ocaml-auth add (alcotest :with-test) (eio :with-test) (eio_main :with-test)
- ocaml-cam add (odm :with-test)
- ocaml-cbor add (alcotest :with-test) (ohex :with-test)
- ocaml-cfdp add (nox-csv :with-test)
- ocaml-claude add (vlog :with-test)
- ocaml-collision add (alcotest :with-test) (odm :with-test) (ptime :with-test)
- ocaml-cookie add (re :with-test)
- ocaml-cop1 add (nox-csv :with-test)
- ocaml-crc add (nox-csv :with-test) (nox-memtrace :with-test)
- ocaml-dns-eio add (mdx :with-test); also fix a misplaced
paren in the depends list.
- ocaml-gauth add (nox-crypto-rng :with-test)
- ocaml-http add (alcotest :with-test) (eio_main :with-test) (nox-csv :with-test)
- ocaml-ltp add (nox-csv :with-test)
- ocaml-matter add (ohex :with-test) (ptime :with-test)
- ocaml-oauth add (eio_main :with-test) (nox-crypto-ec :with-test)
- ocaml-ocm add (alcotest :with-test) (nox-csv :with-test)
- ocaml-oem add (alcotest :with-test) (nox-csv :with-test)
- ocaml-opm add (alcotest :with-test) (nox-csv :with-test)
- ocaml-pbkdf2 add (ohex :with-test)
- ocaml-requests add (astring :with-test) (nox-csv :with-test)
- ocaml-retry add (re :with-test)

+4
+1
cfdp-eio.opam
··· 17 17 "fpath" {>= "0.7"} 18 18 "fmt" {>= "0.9"} 19 19 "mdx" {with-test} 20 + "nox-csv" {with-test} 20 21 "logs" {>= "0.7"} 21 22 "odoc" {with-doc} 22 23 ]
+1
cfdp.opam
··· 18 18 "wire" 19 19 "alcotest" {with-test & >= "1.7"} 20 20 "mdx" {with-test} 21 + "nox-csv" {with-test} 21 22 "alcobar" {with-test} 22 23 "eio_main" {with-test} 23 24 "odoc" {with-doc}
+2
dune-project
··· 28 28 wire 29 29 (alcotest (and :with-test (>= 1.7))) 30 30 (mdx :with-test) 31 + (nox-csv :with-test) 31 32 (alcobar :with-test) 32 33 (eio_main :with-test)) 33 34 ) ··· 45 46 (fpath (>= 0.7)) 46 47 (fmt (>= 0.9)) 47 48 (mdx :with-test) 49 + (nox-csv :with-test) 48 50 (logs (>= 0.7))) 49 51 )