My aggregated monorepo of OCaml code, automaintained
at odoc-interactive-extension 65 lines 782 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 alcotest 12 angstrom 13 astring 14 base64 15 bigstringaf 16 bisect_ppx 17 bos 18 brr 19 camlp-streams 20 cmarkit 21 cmdliner 22 conf-jq 23 cppo 24 crunch 25 decompress 26 dockerfile 27 dream 28 dune 29 dune-site 30 eio 31 eio_main 32 findlib 33 fmt 34 fpath 35 js_of_ocaml 36 js_of_ocaml-compiler 37 js_of_ocaml-lwt 38 js_of_ocaml-ppx 39 js_of_ocaml-toplevel 40 logs 41 lwt 42 menhir 43 merlin-lib 44 ocaml 45 ocamlfind 46 ocamlformat-lib 47 odig 48 opam-0install 49 opam-format 50 ppx_blob 51 ppx_deriving 52 ppx_deriving_yojson 53 ppx_expect 54 ppx_sexp_conv 55 ppxlib 56 progress 57 result 58 rresult 59 sexplib 60 sexplib0 61 tyxml 62 unix 63 uri 64 yojson 65 ))