My aggregated monorepo of OCaml code, automaintained
at doc-fixes 56 lines 638 B view raw
1(lang dune 3.20) 2(name root) 3 4(generate_opam_files true) 5 6(package 7 (name root) 8 (synopsis "Monorepo root package with external dependencies") 9 (allow_empty) 10 (depends 11 ISO3166 12 alcotest 13 astring 14 base64 15 bigstringaf 16 bytesrw 17 ca-certs 18 cmdliner 19 crowbar 20 cstruct 21 decompress 22 digestif 23 domain-name 24 dune 25 eio 26 eio_main 27 eqaf 28 fmt 29 fpath 30 jsonm 31 jsont 32 logs 33 magic-mime 34 mdx 35 mirage-crypto 36 mirage-crypto-ec 37 mirage-crypto-pk 38 mirage-crypto-rng 39 ocaml 40 odoc 41 opam-file-format 42 optint 43 ptime 44 spdx_licenses 45 tls 46 tls-eio 47 uri 48 uunf 49 uutf 50 uuuu 51 xdg 52 zarith 53 )) 54 55(documentation (index index.mld)) 56