Contact Graph Routing for time-varying satellite networks
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
cgr.opam
··· 20 20 "alcotest" {with-test} 21 21 "mdx" {with-test} 22 22 "alcobar" {with-test} 23 + "sgp4" {with-test} 23 24 "odoc" {with-doc} 24 25 ] 25 26 build: [
+2 -1
dune-project
··· 26 26 (bheap (>= 2.0)) 27 27 (alcotest :with-test) 28 28 (mdx :with-test) 29 - (alcobar :with-test))) 29 + (alcobar :with-test) 30 + (sgp4 :with-test)))