My aggregated monorepo of OCaml code, automaintained
at main 75 lines 1.2 kB view raw
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Monorepo root package with external dependencies" 4depends: [ 5 "alcotest" 6 "angstrom" 7 "astring" 8 "base64" 9 "bigstringaf" 10 "bos" 11 "brr" 12 "camlp-streams" 13 "cmarkit" 14 "cmdliner" 15 "conf-jq" 16 "cppo" 17 "crunch" 18 "decompress" 19 "dockerfile" 20 "dream" 21 "dune" {>= "3.20"} 22 "dune-site" 23 "eio" 24 "eio_main" 25 "fmt" 26 "fpath" 27 "js_of_ocaml" 28 "js_of_ocaml-compiler" 29 "js_of_ocaml-lwt" 30 "js_of_ocaml-ppx" 31 "js_of_ocaml-toplevel" 32 "logs" 33 "lwt" 34 "mdx" {with-test} 35 "menhir" 36 "merlin-lib" 37 "ocaml" 38 "ocamlfind" 39 "ocamlformat-lib" 40 "odig" 41 "opam-0install" 42 "opam-format" 43 "ppx_blob" 44 "ppx_deriving_yojson" 45 "ppx_expect" 46 "ppx_sexp_conv" 47 "ppxlib" 48 "progress" 49 "result" 50 "rresult" 51 "sexplib" 52 "sexplib0" 53 "tyxml" 54 "uri" 55 "yojson" 56 "odoc" {with-doc} 57] 58build: [ 59 ["dune" "subst"] {dev} 60 [ 61 "dune" 62 "build" 63 "-p" 64 name 65 "-j" 66 jobs 67 "@install" 68 "@runtest" {with-test} 69 "@doc" {with-doc} 70 ] 71] 72x-maintenance-intent: ["(latest)"] 73pin-depends: [ 74 ["dune.3.21.1" "git+https://github.com/jonludlam/dune.git#odoc-v3-rules-3.21.1"] 75]