My own corner of monopam
2
fork

Configure Feed

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

Drop dead libraries flagged by monopam Dead_lib across the repo

Remove libraries declared in '(libraries ...)' clauses but unreferenced
by any module in the same source tree, as flagged by 'monopam lint'
after the new Dead_lib detection landed. Touches 131 dune files across
~80 packages.

A few stanzas needed a positive correction instead of a pure removal:

- ocaml-git/bin/diag: depended on eio_main + bytesrw-eio for an
Eio_posix.run call site; the umbrella was overkill, switch to the
precise eio_posix package.
- ocaml-scaleway/lib, ocaml-s3/lib: scaleway.mli / s3.mli reference
Eio_unix.Stdenv.base; eio.unix is required and was missing.
- merlint/lib: pulled bytesrw + nox-opam.bytesrw to surface
Opam_bytesrw, used by rule e915 and lint helpers.

Stanzas where Dead_lib was a false positive (transitive dep needed
for module visibility, virtual-library impls) are left untouched —
e.g. helix.jx.jsoo for ocaml-globe/demo retains its (libraries ...)
entry because it provides the impl of the helix.jx virtual lib.

+103 -261
-1
bottler/bin/dune
··· 7 7 scaleway 8 8 s3 9 9 requests 10 - bos 11 10 cmdliner 12 11 eio 13 12 eio_main
+1 -1
bottler/test/helpers/dune
··· 1 1 (library 2 2 (name test_helpers) 3 - (libraries bottler homebrew)) 3 + (libraries bottler))
+1 -1
ca-certs/lib/dune
··· 1 1 (library 2 2 (name ca_certs) 3 3 (public_name nox-ca-certs) 4 - (libraries nox-crypto nox-x509 bos fpath logs ptime.clock.os digestif ohex) 4 + (libraries nox-x509 bos fpath logs ptime.clock.os digestif ohex) 5 5 (foreign_stubs 6 6 (language c) 7 7 (names ca_certs_stubs))
+1 -11
dupfind/lib/dune
··· 1 1 (library 2 2 (name dupfind) 3 3 (public_name dupfind) 4 - (libraries 5 - compiler-libs.common 6 - eio 7 - logs 8 - vlog 9 - fmt 10 - fpath 11 - bos 12 - re 13 - nox-json 14 - nox-tty)) 4 + (libraries compiler-libs.common eio logs fmt fpath re nox-json nox-tty))
-2
merlint/lib/dune
··· 12 12 fmt 13 13 astring 14 14 fpath 15 - vlog 16 15 nox-tty 17 - nox-json 18 16 nox-opam 19 17 nox-opam.bytesrw 20 18 bytesrw
-1
monopam/bin/dune
··· 4 4 (package monopam) 5 5 (libraries 6 6 monopam 7 - requests 8 7 eio_main 9 8 cmdliner 10 9 fmt.tty
-1
monopam/lib/dune
··· 8 8 nox-xdge 9 9 nox-opam 10 10 nox-opam.bytesrw 11 - bytesrw 12 11 bytesrw-eio 13 12 fmt 14 13 logs
+1 -1
ocaml-adm/test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries adm alcotest ptime)) 3 + (libraries adm alcotest))
+1 -1
ocaml-aem/test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries aem alcotest ptime)) 3 + (libraries aem alcotest))
-2
ocaml-agent/bin/dune
··· 6 6 eio_main 7 7 cmdliner 8 8 nox-xdge 9 - astring 10 9 vlog 11 - nox-tty 12 10 fmt 13 11 monopam-info 14 12 nox-memtrace))
+1 -1
ocaml-agent/lib/dune
··· 1 1 (library 2 2 (name agent) 3 3 (public_name agent) 4 - (libraries claude eio logs fmt nox-yaml nox-yaml.json cmarkit astring)) 4 + (libraries claude eio logs fmt nox-yaml cmarkit astring))
+1 -1
ocaml-agent/test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries agent claude alcotest nox-yaml nox-yaml.json)) 3 + (libraries agent claude alcotest nox-yaml))
+1 -1
ocaml-aos/lib/dune
··· 1 1 (library 2 2 (name aos) 3 3 (public_name aos) 4 - (libraries clcw nox-crc wire wire.stubs)) 4 + (libraries clcw nox-crc wire))
-1
ocaml-atp/bin/standard-site/lib/dune
··· 9 9 nox-json 10 10 fmt 11 11 eio 12 - ptime 13 12 ptime.clock.os))
+1 -1
ocaml-atp/bin/standard-site/test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries standard_site alcotest fmt uri)) 3 + (libraries standard_site alcotest uri))
-1
ocaml-atp/bin/tangled/cli/dune
··· 14 14 fmt 15 15 fmt.tty 16 16 nox-xdge 17 - nox-toml.eio 18 17 nox-crypto-rng.unix))
+1 -1
ocaml-atp/hermest/test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries hermest alcotest fmt nox-json)) 3 + (libraries hermest alcotest nox-json))
+1 -1
ocaml-atp/xrpc/dune
··· 1 1 (library 2 2 (name xrpc) 3 3 (public_name atp-xrpc) 4 - (libraries atp requests nox-json nox-jwt ptime ptime.clock.os fmt eio uri)) 4 + (libraries requests nox-json nox-jwt ptime ptime.clock.os fmt eio uri))
-1
ocaml-atp/xrpc/test/dune
··· 5 5 alcotest 6 6 eio 7 7 eio_main 8 - fmt 9 8 nox-jwt 10 9 ptime 11 10 ptime.clock.os
+1 -1
ocaml-atproto-handle/test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries atproto-handle alcotest fmt)) 3 + (libraries atproto-handle alcotest))
-2
ocaml-atproto-oauth/lib/discovery/dune
··· 6 6 atproto-handle 7 7 atproto-handle.resolve 8 8 did 9 - did-web 10 - did-plc 11 9 did.resolve 12 10 oauth 13 11 requests
-1
ocaml-atproto-oauth/lib/discovery/test/dune
··· 1 1 (test 2 2 (name test) 3 3 (libraries 4 - atproto-oauth 5 4 atproto-oauth.discovery 6 5 atproto-handle 7 6 did
-1
ocaml-atproto-oauth/lib/login/dune
··· 5 5 atproto-oauth 6 6 atproto-oauth.discovery 7 7 atproto-handle 8 - did 9 8 dpop 10 9 oauth 11 10 requests
-1
ocaml-auth/lib/dune
··· 8 8 respond 9 9 requests 10 10 nox-http 11 - nox-json 12 11 nox-crypto-rng 13 12 ohex 14 13 fmt
+1 -1
ocaml-cam/fuzz/dune
··· 1 1 (executable 2 2 (name fuzz) 3 - (libraries cam collision alcotest)) 3 + (libraries cam alcotest)) 4 4 5 5 (rule 6 6 (alias runtest)
+1 -1
ocaml-cam/lib/dune
··· 1 1 (library 2 2 (name cam) 3 3 (public_name cam) 4 - (libraries kepler collision cdm vec3 ptime fmt)) 4 + (libraries kepler collision cdm vec3 fmt)) 5 5 6 6 (mdx 7 7 (files cam.mli)
+1 -1
ocaml-cam/test/interop/gmat/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries odm cam kepler vec3 collision alcotest) 3 + (libraries odm cam kepler vec3 alcotest) 4 4 (deps 5 5 (source_tree traces) 6 6 (source_tree scripts)))
+1 -35
ocaml-ccsds/lib/dune
··· 1 1 (library 2 2 (name ccsds) 3 3 (public_name ccsds) 4 - (libraries 5 - tm 6 - tc 7 - aos 8 - uslp 9 - space-packet 10 - cop1 11 - clcw 12 - fsr 13 - proximity1 14 - scc 15 - viterbi 16 - turbo 17 - ldpc 18 - short-ldpc 19 - reed-solomon 20 - rice 21 - erasure 22 - flexacm 23 - sdls 24 - cfdp 25 - bundle 26 - ltp 27 - tcpcl 28 - udpcl 29 - odm 30 - ocm 31 - cdm 32 - tdm 33 - rdm 34 - adm 35 - sle 36 - dsp 37 - demod 38 - rtlsdr)) 4 + (libraries)) 39 5 40 6 (mdx 41 7 (files index.mld)
+1 -1
ocaml-claude/test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries claude alcotest vlog nox-loc)) 3 + (libraries claude alcotest vlog))
+1 -1
ocaml-clcw/lib/dune
··· 1 1 (library 2 2 (name clcw) 3 3 (public_name clcw) 4 - (libraries fmt wire wire.stubs)) 4 + (libraries fmt wire))
+1 -1
ocaml-conpool/lib/dune
··· 2 2 (name conpool) 3 3 (public_name conpool) 4 4 (private_modules connection) 5 - (libraries eio eio.unix nox-tls-eio logs fmt cmdliner)) 5 + (libraries eio nox-tls-eio logs fmt cmdliner)) 6 6 7 7 (mdx 8 8 (files config.mli endpoint.mli)
+1 -1
ocaml-contact/bin/dune
··· 1 1 (executable 2 2 (name main) 3 3 (public_name contact) 4 - (libraries contact sgp4 coordinate nox-tty vlog fmt cmdliner ptime)) 4 + (libraries contact sgp4 nox-tty vlog fmt cmdliner ptime))
+1 -1
ocaml-contact/test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries contact sgp4 alcotest ptime)) 3 + (libraries contact sgp4 alcotest))
+1 -1
ocaml-cookie/bin/dune
··· 1 1 (executable 2 2 (name cookiecat) 3 3 (public_name cookiecat) 4 - (libraries nox-cookie nox-cookie.jar eio_main ptime)) 4 + (libraries nox-cookie.jar eio_main))
-1
ocaml-cookie/test/dune
··· 5 5 cookie_jar 6 6 alcotest 7 7 eio 8 - eio.unix 9 8 eio_main 10 9 eio.mock 11 10 fmt
+1 -1
ocaml-cop1/eio/dune
··· 1 1 (library 2 2 (name cop1_eio) 3 3 (public_name cop1-eio) 4 - (libraries cop1 clcw eio fmt logs)) 4 + (libraries cop1 clcw eio))
+1 -1
ocaml-cop1/lib/dune
··· 1 1 (library 2 2 (name cop1) 3 3 (public_name cop1) 4 - (libraries clcw fmt logs)) 4 + (libraries clcw fmt))
+1 -1
ocaml-cop1/test/eio/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries cop1 cop1_eio alcotest)) 3 + (libraries cop1_eio alcotest))
+1 -1
ocaml-cose/fuzz/dune
··· 1 1 (executable 2 2 (name fuzz) 3 - (libraries cose alcobar nox-cbor)) 3 + (libraries cose alcobar)) 4 4 5 5 (rule 6 6 (alias runtest)
+1 -10
ocaml-cose/lib/dune
··· 1 1 (library 2 2 (name cose) 3 3 (public_name cose) 4 - (libraries 5 - nox-cbor 6 - nox-x509 7 - nox-crypto-ec 8 - nox-crypto-rng 9 - digestif 10 - ohex 11 - base64 12 - fmt 13 - logs)) 4 + (libraries nox-cbor nox-x509 nox-crypto-ec digestif fmt logs)) 14 5 15 6 (mdx 16 7 (files cose.mli)
+1 -2
ocaml-cose/test/dune
··· 7 7 digestif 8 8 nox-x509 9 9 nox-crypto-ec 10 - nox-crypto-rng.unix 11 - ohex)) 10 + nox-crypto-rng.unix))
+1 -1
ocaml-cose/test/interop/pycose/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries cose nox-csv alcotest nox-x509 ohex nox-crypto-rng.unix) 3 + (libraries cose nox-csv alcotest nox-x509 nox-crypto-rng.unix) 4 4 (deps 5 5 (source_tree traces) 6 6 (source_tree scripts)))
+1 -1
ocaml-crow/bin/dune
··· 1 1 (executable 2 2 (name main) 3 3 (public_name crow) 4 - (libraries crow cmdliner eio_main vlog nox-tty monopam-info nox-memtrace)) 4 + (libraries crow cmdliner eio_main vlog monopam-info nox-memtrace))
+1 -1
ocaml-crypto/test/ec/helpers/dune
··· 1 1 (library 2 2 (name test_common) 3 - (libraries nox-crypto ounit2 ohex fmt) 3 + (libraries ounit2 ohex fmt) 4 4 (optional))
+1 -1
ocaml-crypto/test/pk/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries alcotest nox-crypto-pk nox-crypto-rng nox-crypto-rng.unix ohex)) 3 + (libraries alcotest nox-crypto-pk nox-crypto-rng.unix))
+1 -9
ocaml-delegation/lib/dune
··· 1 1 (library 2 2 (name delegation) 3 3 (public_name delegation) 4 - (libraries 5 - nox-x509 6 - asn1-combinators 7 - fmt 8 - logs 9 - digestif 10 - ipaddr 11 - macaddr 12 - domain-name)) 4 + (libraries nox-x509 asn1-combinators fmt digestif macaddr)) 13 5 14 6 (mdx 15 7 (files delegation.mli)
+1 -1
ocaml-did/lib/dune
··· 1 1 (library 2 2 (name did) 3 3 (public_name did) 4 - (libraries bytesrw fmt nox-json)) 4 + (libraries fmt nox-json))
+1 -1
ocaml-did/lib/plc/test/interop/indigo/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries did did-plc alcotest fmt) 3 + (libraries did did-plc alcotest) 4 4 (deps 5 5 (source_tree traces) 6 6 (source_tree scripts)))
+1 -1
ocaml-did/lib/web/test/interop/indigo/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries did did-web alcotest fmt) 3 + (libraries did did-web alcotest) 4 4 (deps 5 5 (source_tree traces) 6 6 (source_tree scripts)))
+1 -1
ocaml-did/test/interop/indigo/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries did alcotest fmt) 3 + (libraries did alcotest) 4 4 (deps 5 5 (source_tree traces) 6 6 (source_tree scripts)))
+1 -1
ocaml-dns-eio/test/interop/miekg-dns/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries dns dns-eio alcotest fmt) 3 + (libraries dns alcotest fmt) 4 4 (deps 5 5 (source_tree traces) 6 6 (source_tree scripts)))
+4
ocaml-dpop/lib/dune
··· 2 2 (name dpop) 3 3 (public_name dpop) 4 4 (libraries nox-crypto-ec nox-crypto-rng digestif base64 nox-json fmt unix)) 5 + 6 + (mdx 7 + (files dpop.mli) 8 + (libraries dpop nox-crypto-rng.unix))
+1 -1
ocaml-dpop/test/interop/rfc9449/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries dpop alcotest fmt) 3 + (libraries dpop alcotest) 4 4 (deps 5 5 (source_tree traces)))
+1 -1
ocaml-dsp/fuzz/dune
··· 1 1 (executable 2 2 (name fuzz) 3 - (libraries fmt dsp alcobar)) 3 + (libraries dsp alcobar)) 4 4 5 5 (rule 6 6 (alias runtest)
+1 -1
ocaml-ewah/lib/dune
··· 1 1 (library 2 2 (public_name ewah) 3 3 (name ewah) 4 - (libraries bytesrw fmt)) 4 + (libraries fmt))
-2
ocaml-gauth/lib/dune
··· 2 2 (name gauth) 3 3 (public_name gauth) 4 4 (libraries 5 - base64 6 5 nox-crypto-pk 7 6 digestif 8 7 eio ··· 11 10 nox-jwt 12 11 logs 13 12 oauth 14 - ptime 15 13 requests 16 14 uri 17 15 nox-x509))
-1
ocaml-gauth/test/dune
··· 2 2 (name test) 3 3 (libraries 4 4 gauth 5 - oauth 6 5 requests 7 6 nox-x509 8 7 eio_main
-2
ocaml-gdocs/bin/dune
··· 4 4 (package gdocs) 5 5 (libraries 6 6 cmdliner 7 - nox-crypto-rng 8 7 nox-crypto-rng.unix 9 8 eio 10 9 eio_main ··· 12 11 fmt.tty 13 12 gauth 14 13 gdocs 15 - logs 16 14 logs.fmt 17 15 logs.cli 18 16 requests))
-1
ocaml-gdocs/lib/dune
··· 9 9 nox-http 10 10 nox-json 11 11 logs 12 - oauth 13 12 requests 14 13 unix 15 14 uri
+1 -1
ocaml-git/bin/diag/dune
··· 1 - (executable (name diag) (libraries git eio_main bytesrw-eio)) 1 + (executable (name diag) (libraries git eio_posix))
+1 -1
ocaml-git/test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries git test_helpers alcotest bytesrw bytesrw.zlib eio_main) 3 + (libraries git test_helpers alcotest bytesrw bytesrw.zlib) 4 4 (deps pack-testzone-0.pack pack-testzone-0.idx))
-1
ocaml-hap/lib/dune
··· 8 8 nox-kdf.hkdf 9 9 nox-crypto 10 10 nox-crypto-ec 11 - nox-crypto-rng 12 11 eio 13 12 re 14 13 nox-json
+1 -1
ocaml-http/test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries nox-http alcotest nox-crypto-rng.unix eio_main)) 3 + (libraries nox-http alcotest eio_main))
+1 -1
ocaml-jailhouse/lib/dune
··· 1 1 (library 2 2 (name jailhouse) 3 3 (public_name jailhouse) 4 - (libraries fmt)) 4 + (libraries))
-4
ocaml-jwt/lib/dune
··· 4 4 (libraries 5 5 nox-cbor 6 6 nox-json 7 - bytesrw 8 - nox-crypto 9 - nox-crypto-pk 10 7 nox-crypto-ec 11 - nox-crypto-rng 12 8 digestif 13 9 eqaf 14 10 cstruct
+1 -1
ocaml-kvn/test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries kvn ptime alcotest fmt)) 3 + (libraries kvn alcotest))
-1
ocaml-linkedin/bin/dune
··· 7 7 cmdliner 8 8 eio_main 9 9 fmt 10 - logs 11 10 vlog 12 11 nox-tty 13 12 monopam-info
-1
ocaml-merlin/lib/dune
··· 11 11 merlin-lib.kernel 12 12 merlin-lib.analysis 13 13 merlin-lib.ocaml_typing 14 - merlin-lib.utils 15 14 merlin-lib.query_commands 16 15 merlin-lib.query_protocol))
+1 -2
ocaml-meross/lib/dune
··· 10 10 nox-crypto-rng 11 11 requests 12 12 ptime 13 - ptime.clock.os 14 - uri)) 13 + ptime.clock.os))
+1 -1
ocaml-meross/test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries meross alcotest eio_main nox-crypto-rng.unix re)) 3 + (libraries meross alcotest nox-crypto-rng.unix re))
-1
ocaml-oci/lib/dune
··· 13 13 bytesrw 14 14 bytesrw-eio 15 15 bytesrw.zlib 16 - nox-crypto-rng.unix 17 16 osrelease))
+1 -1
ocaml-oci/test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries oci oci.spec oci_test_spec alcotest)) 3 + (libraries oci_test_spec alcotest))
+1 -1
ocaml-oci/test/interop/registry/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries oci oci.spec alcotest nox-json) 3 + (libraries oci.spec alcotest nox-json) 4 4 (deps 5 5 (source_tree traces) 6 6 (source_tree scripts)))
+1 -1
ocaml-ocm/test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries ocm kvn ptime alcotest fmt)) 3 + (libraries ocm alcotest fmt))
+1 -1
ocaml-odm/test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries odm alcotest ptime fmt)) 3 + (libraries odm alcotest fmt))
+1 -1
ocaml-opam/bench/dune
··· 1 1 (executable 2 2 (name bench) 3 - (libraries nox-opam nox-opam.bytesrw opam-file-format unix nox-memtrace fmt)) 3 + (libraries nox-opam.bytesrw opam-file-format unix nox-memtrace fmt))
+1 -1
ocaml-opm/test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries opm alcotest ptime)) 3 + (libraries opm alcotest))
+1 -1
ocaml-opm/test/interop/orekit/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries opm alcotest nox-csv fmt) 3 + (libraries opm alcotest nox-csv) 4 4 (deps 5 5 (source_tree traces) 6 6 (source_tree scripts)))
+1 -1
ocaml-pid1/lib/dune
··· 4 4 (foreign_stubs 5 5 (language c) 6 6 (names pid1_stubs)) 7 - (libraries eio fmt logs unix)) 7 + (libraries eio fmt unix))
+1 -1
ocaml-pid1/test/dune
··· 1 1 (test 2 2 (name test) 3 3 (package pid1) 4 - (libraries pid1 alcotest eio_main)) 4 + (libraries pid1 alcotest))
+1 -1
ocaml-protobuf/test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries nox-protobuf bytesrw leb128 alcotest fmt)) 3 + (libraries nox-protobuf leb128 alcotest fmt))
+1 -1
ocaml-punycode/lib/dune
··· 2 2 (name punycode) 3 3 (public_name punycode) 4 4 (modules punycode) 5 - (libraries fmt uutf)) 5 + (libraries fmt)) 6 6 7 7 (library 8 8 (name punycode_idna)
+1 -1
ocaml-pus/fuzz/dune
··· 1 1 (executable 2 2 (name fuzz) 3 - (libraries fmt pus space-packet alcobar)) 3 + (libraries fmt pus alcobar)) 4 4 5 5 (rule 6 6 (alias runtest)
+1 -1
ocaml-pus/lib/dune
··· 1 1 (library 2 2 (name pus) 3 3 (public_name pus) 4 - (libraries bytesrw nox-crc fmt space-packet wire)) 4 + (libraries nox-crc fmt space-packet wire))
+1 -1
ocaml-qemu/lib/dune
··· 1 1 (library 2 2 (name qemu) 3 3 (public_name qemu) 4 - (libraries eio nox-json logs bytesrw vlog nox-tty unix fmt)) 4 + (libraries eio nox-json logs unix fmt)) 5 5 6 6 (mdx 7 7 (files qemu.mli)
+1 -1
ocaml-qemu/test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries qemu alcotest nox-loc)) 3 + (libraries qemu alcotest))
+1 -1
ocaml-rdm/test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries rdm alcotest ptime)) 3 + (libraries rdm alcotest))
+1 -1
ocaml-rego/lib/dune
··· 1 1 (library 2 2 (name rego) 3 3 (public_name rego) 4 - (libraries fmt logs nox-json astring re sedlex menhirLib nox-loc) 4 + (libraries fmt nox-json astring re sedlex menhirLib nox-loc) 5 5 (preprocess 6 6 (pps sedlex.ppx))) 7 7
+1 -1
ocaml-rego/test/dune
··· 1 1 (test 2 2 (name test_rego) 3 - (libraries rego alcotest astring nox-json unix) 3 + (libraries rego alcotest nox-json unix) 4 4 (deps 5 5 (source_tree opa_suite)))
+1 -9
ocaml-requests/fuzz/dune
··· 1 1 (executable 2 2 (name fuzz) 3 - (libraries 4 - requests 5 - requests_h1 6 - requests_h2 7 - nox-http 8 - eio 9 - eio_main 10 - cstruct 11 - alcobar)) 3 + (libraries requests requests_h1 requests_h2 eio eio_main alcobar)) 12 4 13 5 (rule 14 6 (alias runtest)
-15
ocaml-requests/lib/dune
··· 8 8 requests_h2 9 9 requests_features 10 10 eio 11 - eio.unix 12 - nox-json 13 - base64 14 11 nox-cookie 15 12 nox-cookie.jar 16 13 nox-xdge ··· 18 15 ptime 19 16 ptime.clock.os 20 17 cmdliner 21 - nox-crypto 22 - nox-crypto-rng 23 18 nox-crypto-rng.unix 24 - nox-crypto-ec 25 - nox-crypto-pk 26 - eqaf 27 19 nox-tls 28 20 nox-tls-eio 29 - nox-ca-certs 30 21 domain-name 31 - cstruct 32 22 conpool 33 - decompress.de 34 - decompress.zl 35 - decompress.gz 36 - bigstringaf 37 - magic-mime 38 23 digestif 39 24 fmt)) 40 25
-2
ocaml-requests/lib/features/dune
··· 5 5 nox-http 6 6 requests_parsing 7 7 requests_h1 8 - nox-crypto 9 8 nox-crypto-ec 10 9 nox-crypto-pk 11 10 nox-crypto-rng ··· 15 14 base64 16 15 digestif 17 16 eqaf 18 - conpool 19 17 domain-name 20 18 ptime.clock.os 21 19 fmt))
+1 -13
ocaml-requests/test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries 4 - unix 5 - requests 6 - nox-http 7 - alcotest 8 - cstruct 9 - eio 10 - eio_main 11 - nox-json 12 - ptime 13 - ptime.clock.os 14 - uri 15 - vlog) 3 + (libraries unix requests alcotest ptime.clock.os vlog) 16 4 (enabled_if 17 5 (= %{context_name} "default"))) 18 6
-2
ocaml-requests/test/features/dune
··· 10 10 digestif 11 11 eio 12 12 eio_main 13 - ptime 14 13 ptime.clock.os 15 - nox-tls 16 14 vlog) 17 15 (enabled_if 18 16 (= %{context_name} "default")))
+1 -1
ocaml-requests/test/h1/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries requests requests.h1 alcotest cstruct eio eio_main vlog) 3 + (libraries requests requests.h1 alcotest eio eio_main vlog) 4 4 (enabled_if 5 5 (= %{context_name} "default")))
+1 -1
ocaml-requests/test/h2/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries requests requests.h2 alcotest cstruct eio eio_main vlog) 3 + (libraries requests requests.h2 alcotest eio eio_main vlog) 4 4 (enabled_if 5 5 (= %{context_name} "default")))
+1 -10
ocaml-requests/test/h2/interop/h2py/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries 4 - requests_h2 5 - nox-http 6 - eio 7 - eio.unix 8 - eio_main 9 - nox-csv 10 - alcotest 11 - logs 12 - logs.fmt) 3 + (libraries requests_h2 eio eio.unix eio_main nox-csv alcotest logs.fmt) 13 4 (deps 14 5 (source_tree traces) 15 6 (source_tree scripts)))
-4
ocaml-requests/test/oauth/dune
··· 5 5 requests.oauth 6 6 alcotest 7 7 astring 8 - base64 9 - nox-crypto-ec 10 8 nox-crypto-rng.unix 11 9 digestif 12 - eio 13 - eio_main 14 10 ptime 15 11 ptime.clock.os 16 12 vlog)
+1 -1
ocaml-requests/test/parsing/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries requests requests.parsing alcotest astring nox-json ptime vlog) 3 + (libraries requests requests.parsing alcotest vlog) 4 4 (enabled_if 5 5 (= %{context_name} "default")))
+1 -1
ocaml-rpmsg/fuzz/dune
··· 1 1 (executable 2 2 (name fuzz) 3 - (libraries rpmsg eio eio_main alcobar fmt wire)) 3 + (libraries rpmsg eio eio_main alcobar wire)) 4 4 5 5 (rule 6 6 (alias runtest)
+1 -1
ocaml-sbom/lib/cyclonedx/dune
··· 1 1 (library 2 2 (name cyclonedx) 3 3 (public_name sbom.cyclonedx) 4 - (libraries sbom nox-json uuidm)) 4 + (libraries sbom nox-json))
-1
ocaml-scaleway/bin/dune
··· 10 10 eio_main 11 11 cmdliner 12 12 fmt 13 - logs 14 13 logs.fmt 15 14 digestif 16 15 digestif.c
+1 -11
ocaml-scaleway/lib/dune
··· 1 1 (library 2 2 (name scaleway) 3 3 (public_name scaleway) 4 - (libraries 5 - nox-yaml 6 - nox-yaml.json 7 - nox-json 8 - bos 9 - fmt 10 - fpath 11 - logs 12 - astring 13 - requests 14 - eio)) 4 + (libraries nox-yaml nox-yaml.json nox-json bos fmt fpath logs requests eio))
+1 -1
ocaml-scc/eio/dune
··· 1 1 (library 2 2 (name scc_eio) 3 3 (public_name scc-eio) 4 - (libraries scc eio bytesrw-eio cstruct fmt logs)) 4 + (libraries scc eio))
+1 -1
ocaml-scc/lib/dune
··· 1 1 (library 2 2 (name scc) 3 3 (public_name scc) 4 - (libraries reed-solomon viterbi turbo ldpc fmt logs)) 4 + (libraries reed-solomon viterbi turbo ldpc fmt)) 5 5 6 6 (mdx 7 7 (files scc.mli)
+1 -1
ocaml-scitt/fuzz/dune
··· 1 1 (library 2 2 (name fuzz_scitt) 3 3 (modules fuzz_scitt) 4 - (libraries scitt alcobar nox-cbor cose)) 4 + (libraries scitt alcobar)) 5 5 6 6 (executable 7 7 (name fuzz)
-1
ocaml-scitt/test/atp/dune
··· 13 13 nox-crypto-rng.unix 14 14 eio_main 15 15 eio.mock 16 - ptime 17 16 digestif 18 17 ohex))
+1 -1
ocaml-sdls/lib/dune
··· 1 1 (library 2 2 (name sdls) 3 3 (public_name sdls) 4 - (libraries wire fmt logs nox-crypto digestif eqaf bitv)) 4 + (libraries wire fmt nox-crypto digestif eqaf bitv))
+1 -1
ocaml-sdls/test/interop/cryptolib/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries sdls tc fsr nox-csv alcotest) 3 + (libraries sdls fsr nox-csv alcotest) 4 4 (deps 5 5 (source_tree traces) 6 6 (source_tree scripts)))
-3
ocaml-sigstore/lib/dune
··· 5 5 fmt 6 6 logs 7 7 ptime 8 - uri 9 8 nox-json 10 - bytesrw 11 9 digestif 12 10 ohex 13 11 base64 14 12 nox-x509 15 13 nox-crypto-ec 16 - nox-crypto-rng 17 14 nox-jwt 18 15 requests 19 16 eio))
-1
ocaml-sigstore/test/dune
··· 8 8 ptime 9 9 ohex 10 10 nox-x509 11 - nox-crypto-ec 12 11 nox-crypto-rng.unix 13 12 digestif))
+1 -1
ocaml-sle/fuzz/helpers/dune
··· 1 1 (library 2 2 (name fuzz_helpers) 3 - (libraries sle alcobar)) 3 + (libraries))
+1 -1
ocaml-sle/lib/eio/dune
··· 1 1 (library 2 2 (name sle_eio) 3 3 (public_name sle-eio) 4 - (libraries sle eio bytesrw-eio cstruct nox-crypto nox-crypto-rng logs)) 4 + (libraries sle eio cstruct nox-crypto-rng logs))
+1 -1
ocaml-sle/lib/sle/dune
··· 1 1 (library 2 2 (name sle) 3 3 (public_name sle) 4 - (libraries asn1-combinators bytesrw digestif fmt logs tcf wire)) 4 + (libraries asn1-combinators bytesrw digestif fmt tcf wire))
+1 -1
ocaml-space-packet/test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries fmt space-packet alcotest)) 3 + (libraries space-packet alcotest))
+1 -1
ocaml-spacedata/lib/dune
··· 1 1 (library 2 2 (name spacedata) 3 3 (public_name spacedata) 4 - (libraries requests eio sgp4 cdm nox-json ptime fmt)) 4 + (libraries requests eio sgp4 nox-json ptime fmt))
+1 -1
ocaml-spacedata/test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries spacedata requests eio eio_main sgp4 nox-json alcotest fmt)) 3 + (libraries spacedata sgp4 nox-json alcotest))
+1 -1
ocaml-spake2/fuzz/dune
··· 1 1 (executable 2 2 (name fuzz) 3 - (libraries fmt spake2 alcobar nox-crypto-rng.unix)) 3 + (libraries spake2 alcobar nox-crypto-rng.unix)) 4 4 5 5 (rule 6 6 (alias runtest)
+1 -1
ocaml-sqlite/fuzz/dune
··· 1 1 (executable 2 2 (name fuzz) 3 - (libraries fmt sqlite alcobar)) 3 + (libraries sqlite alcobar)) 4 4 5 5 (rule 6 6 (alias runtest)
+1 -1
ocaml-stix/lib/dune
··· 1 1 (library 2 2 (name stix) 3 3 (public_name stix) 4 - (libraries requests eio nox-json ptime uuidm fmt)) 4 + (libraries requests nox-json ptime uuidm fmt))
+1 -1
ocaml-stix/test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries stix nox-json ptime alcotest fmt)) 3 + (libraries stix alcotest fmt))
+1 -1
ocaml-tc/lib/dune
··· 1 1 (library 2 2 (name tc) 3 3 (public_name tc) 4 - (libraries nox-crc fmt wire wire.stubs)) 4 + (libraries nox-crc fmt wire))
+1 -1
ocaml-tdm/test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries tdm alcotest ptime)) 3 + (libraries tdm alcotest))
+1 -1
ocaml-tm/lib/dune
··· 1 1 (library 2 2 (name tm) 3 3 (public_name tm) 4 - (libraries clcw nox-crc fmt wire wire.stubs)) 4 + (libraries clcw nox-crc fmt wire))
+1 -1
ocaml-tty/test/cram/helpers/dune
··· 1 1 (executable 2 2 (name dump_progress) 3 - (libraries nox-tty unix re)) 3 + (libraries nox-tty unix))
+1 -1
ocaml-uslp/lib/dune
··· 1 1 (library 2 2 (name uslp) 3 3 (public_name uslp) 4 - (libraries clcw nox-crc fmt wire wire.stubs)) 4 + (libraries clcw nox-crc fmt wire))
+1 -1
ocaml-vz/lib/dune
··· 1 1 (library 2 2 (name vz) 3 3 (public_name vz) 4 - (libraries fmt logs unix) 4 + (libraries fmt unix) 5 5 (foreign_stubs 6 6 (language c) 7 7 (names vz_stubs)
+1 -1
ocaml-vz/test/integration/dune
··· 1 1 (executable 2 2 (name test) 3 - (libraries vz initramfs uniboot eio eio_main unix alcotest bytesrw.zlib)) 3 + (libraries vz initramfs uniboot eio_main unix alcotest bytesrw.zlib)) 4 4 5 5 (rule 6 6 (alias integration)
+1 -1
ocaml-yaml/lib/bytesrw/dune
··· 1 1 (library 2 2 (name yaml_bytesrw) 3 3 (public_name nox-yaml.bytesrw) 4 - (libraries nox-yaml bytesrw fmt)) 4 + (libraries nox-yaml bytesrw))
-1
prune/lib/dune
··· 9 9 fmt 10 10 re 11 11 compiler-libs.common 12 - astring 13 12 unix 14 13 nox-tty))
+1 -1
xdge/test/dune
··· 1 1 (test 2 2 (name test) 3 - (libraries nox-xdge eio eio_main alcotest fmt)) 3 + (libraries nox-xdge eio eio_main alcotest))