forked from
anil.recoil.org/monopam-myspace
My aggregated monorepo of OCaml code, automaintained
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 "bisect_ppx"
11 "bos"
12 "brr"
13 "camlp-streams"
14 "cmarkit"
15 "cmdliner"
16 "conf-jq"
17 "cppo"
18 "crunch"
19 "decompress"
20 "dockerfile"
21 "dream"
22 "dune" {>= "3.20"}
23 "dune-site"
24 "eio"
25 "eio_main"
26 "findlib"
27 "fmt"
28 "fpath"
29 "js_of_ocaml"
30 "js_of_ocaml-compiler"
31 "js_of_ocaml-lwt"
32 "js_of_ocaml-ppx"
33 "js_of_ocaml-toplevel"
34 "logs"
35 "lwt"
36 "menhir"
37 "merlin-lib"
38 "ocaml"
39 "ocamlfind"
40 "ocamlformat-lib"
41 "odig"
42 "opam-0install"
43 "opam-format"
44 "ppx_blob"
45 "ppx_deriving"
46 "ppx_deriving_yojson"
47 "ppx_expect"
48 "ppx_sexp_conv"
49 "ppxlib"
50 "progress"
51 "result"
52 "rresult"
53 "sexplib"
54 "sexplib0"
55 "tyxml"
56 "unix"
57 "uri"
58 "yojson"
59 "odoc" {with-doc}
60]
61build: [
62 ["dune" "subst"] {dev}
63 [
64 "dune"
65 "build"
66 "-p"
67 name
68 "-j"
69 jobs
70 "@install"
71 "@runtest" {with-test}
72 "@doc" {with-doc}
73 ]
74]
75x-maintenance-intent: ["(latest)"]
76pin-depends: [
77 ["dune.3.21.0" "git+https://github.com/jonludlam/dune.git#odoc-v3-rules-3.21"]
78]