CCSDS AOS (Advanced Orbiting Systems) Transfer Frame for satellite downlinks
0
fork

Configure Feed

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

declare remaining missing deps + drop dead hermest from irmin

Last 6 misses from monopam lint, fixed by hand:

- irmin: drop [hermest] from lib/atproto/dune — declared in
(libraries ...) but no .ml in lib/atproto opens or references it,
it's a leftover. Also add [mst] (real, used by Mst.store) and
[(nox-memtrace :with-test)] (test/bench/dune).
- ocaml-aos: [(fmt :with-test)] — fuzz/dune uses fmt.
- ocaml-cdm: [(alcobar :with-test)] — fuzz/dune.
- ocaml-cgr: [(sgp4 :with-test)] — example/dune uses sgp4.

monopam lint now reports 0 missing deps across 182 packages.

+3 -1
+1
aos.opam
··· 18 18 "alcotest" {with-test} 19 19 "mdx" {with-test} 20 20 "alcobar" {with-test} 21 + "fmt" {with-test} 21 22 "odoc" {with-doc} 22 23 ] 23 24 build: [
+2 -1
dune-project
··· 27 27 (wire (>= 0.1)) 28 28 (alcotest :with-test) 29 29 (mdx :with-test) 30 - (alcobar :with-test))) 30 + (alcobar :with-test) 31 + (fmt :with-test)))