My aggregated monorepo of OCaml code, automaintained
at main 77 lines 834 B view raw
1(lang dune 3.21) 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 base 15 base64 16 base_bigstring 17 bigstringaf 18 bos 19 brr 20 bytesrw 21 ca-certs 22 capnp 23 capnp-rpc 24 capnp-rpc-unix 25 cmarkit 26 cmdliner 27 crowbar 28 cstruct 29 decompress 30 digestif 31 dns 32 domain-name 33 dune 34 eio 35 eio_main 36 eqaf 37 fmt 38 fpath 39 geojson 40 htmlit 41 ipaddr 42 jsonm 43 jsont 44 kdf 45 logs 46 magic-mime 47 mdx 48 mirage-crypto 49 mirage-crypto-ec 50 mirage-crypto-pk 51 mirage-crypto-rng 52 multibase 53 ocaml 54 odoc 55 opam-file-format 56 optint 57 parsexp 58 progress 59 ptime 60 ptime-clock-os 61 re 62 sexplib0 63 spdx_licenses 64 tiny_httpd 65 tls 66 tls-eio 67 unix 68 uri 69 uunf 70 uutf 71 uuuu 72 x509 73 xdg 74 xmlm 75 yojson 76 zarith 77 ))