My own corner of monopam
2
fork

Configure Feed

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

add missing :with-test deps across batch

Sweep ocaml-scc, ocaml-scitt, ocaml-sdls, ocaml-sdnv, ocaml-sgp4,
ocaml-sle, ocaml-spake2, ocaml-sqlite, ocaml-srp to declare every
test-scope dependency that is actually used at test time.

+46 -4
+3 -1
ocaml-scc/dune-project
··· 25 25 (logs (>= 0.7)) 26 26 (alcotest :with-test) 27 27 (mdx :with-test) 28 - (alcobar :with-test))) 28 + (alcobar :with-test) 29 + (eio_main :with-test) 30 + (nox-csv :with-test))) 29 31 30 32 (package 31 33 (name scc-eio)
+2
ocaml-scc/scc.opam
··· 21 21 "alcotest" {with-test} 22 22 "mdx" {with-test} 23 23 "alcobar" {with-test} 24 + "eio_main" {with-test} 25 + "nox-csv" {with-test} 24 26 "odoc" {with-doc} 25 27 ] 26 28 build: [
+3
ocaml-scitt/dune-project
··· 38 38 eio 39 39 sqlite 40 40 (mdx :with-test) 41 + (eio_main :with-test) 42 + (nox-crypto-ec :with-test) 43 + (nox-crypto-rng :with-test) 41 44 nox-loc)) 42 45 43 46 (package
+3
ocaml-scitt/scitt.opam
··· 32 32 "eio" 33 33 "sqlite" 34 34 "mdx" {with-test} 35 + "eio_main" {with-test} 36 + "nox-crypto-ec" {with-test} 37 + "nox-crypto-rng" {with-test} 35 38 "nox-loc" 36 39 ] 37 40 build: [
+3 -1
ocaml-sdls/dune-project
··· 20 20 (bitv (>= 1.0)) 21 21 (wire (>= 0.9)) 22 22 (alcotest :with-test) 23 - (mdx :with-test))) 23 + (mdx :with-test) 24 + (fsr :with-test) 25 + (nox-csv :with-test))) 24 26 25 27 (package 26 28 (name sdls-eio)
+2
ocaml-sdls/sdls.opam
··· 19 19 "wire" {>= "0.9"} 20 20 "alcotest" {with-test} 21 21 "mdx" {with-test} 22 + "fsr" {with-test} 23 + "nox-csv" {with-test} 22 24 "odoc" {with-doc} 23 25 ] 24 26 build: [
+2
ocaml-sdnv/dune-project
··· 21 21 bytesrw 22 22 (mdx :with-test) 23 23 fmt 24 + (alcotest :with-test) 25 + (nox-csv :with-test) 24 26 (alcobar :with-test)))
+2
ocaml-sdnv/sdnv.opam
··· 15 15 "bytesrw" 16 16 "mdx" {with-test} 17 17 "fmt" 18 + "alcotest" {with-test} 19 + "nox-csv" {with-test} 18 20 "alcobar" {with-test} 19 21 "odoc" {with-doc} 20 22 ]
+4
ocaml-sgp4/dune-project
··· 24 24 fmt 25 25 (mdx :with-test) 26 26 ptime 27 + (alcotest :with-test) 28 + (coordinate :with-test) 29 + (odm :with-test) 30 + (vec3 :with-test) 27 31 (alcobar :with-test)))
+4
ocaml-sgp4/sgp4.opam
··· 15 15 "fmt" 16 16 "mdx" {with-test} 17 17 "ptime" 18 + "alcotest" {with-test} 19 + "coordinate" {with-test} 20 + "odm" {with-test} 21 + "vec3" {with-test} 18 22 "alcobar" {with-test} 19 23 "odoc" {with-doc} 20 24 ]
+2 -1
ocaml-sle/dune-project
··· 31 31 (alcotest :with-test) 32 32 (mdx :with-test) 33 33 (odoc :with-doc) 34 - (eio_main :with-test)) 34 + (eio_main :with-test) 35 + (nox-csv :with-test)) 35 36 ) 36 37 37 38 (package
+1
ocaml-sle/sle.opam
··· 23 23 "mdx" {with-test} 24 24 "odoc" {with-doc} 25 25 "eio_main" {with-test} 26 + "nox-csv" {with-test} 26 27 ] 27 28 build: [ 28 29 ["dune" "subst"] {dev}
+1
ocaml-spake2/dune-project
··· 33 33 (logs (>= 0.7.0)) 34 34 (alcotest :with-test) 35 35 (mdx :with-test) 36 + (ohex :with-test) 36 37 (alcobar :with-test)))
+1
ocaml-spake2/spake2.opam
··· 26 26 "logs" {>= "0.7.0"} 27 27 "alcotest" {with-test} 28 28 "mdx" {with-test} 29 + "ohex" {with-test} 29 30 "alcobar" {with-test} 30 31 "odoc" {with-doc} 31 32 ]
+1
ocaml-sqlite/dune-project
··· 31 31 (menhir :build) 32 32 (alcotest :with-test) 33 33 (mdx :with-test) 34 + (nox-memtrace :with-test) 34 35 (alcobar :with-test)))
+1
ocaml-sqlite/sqlite.opam
··· 24 24 "menhir" {build} 25 25 "alcotest" {with-test} 26 26 "mdx" {with-test} 27 + "nox-memtrace" {with-test} 27 28 "alcobar" {with-test} 28 29 "odoc" {with-doc} 29 30 ]
+1
ocaml-srp/dune-project
··· 25 25 (nox-crypto-rng (>= 1.0.0)) 26 26 (alcotest :with-test) 27 27 (mdx :with-test) 28 + (ohex :with-test) 28 29 (alcobar :with-test)))
+1
ocaml-srp/srp.opam
··· 18 18 "nox-crypto-rng" {>= "1.0.0"} 19 19 "alcotest" {with-test} 20 20 "mdx" {with-test} 21 + "ohex" {with-test} 21 22 "alcobar" {with-test} 22 23 "odoc" {with-doc} 23 24 ]
+9 -1
ocaml-tar/dune
··· 4 4 5 5 (mdx 6 6 (files README.md) 7 - (libraries nox-tar nox-tar-eio nox-tar.gz eio_main eio eio.core eio.unix fmt)) 7 + (libraries 8 + nox-tar 9 + nox-tar-eio 10 + nox-tar.gz 11 + eio_main 12 + eio 13 + eio.core 14 + eio.unix 15 + fmt))