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 "ISO3166"
6 "alcotest"
7 "astring"
8 "base64"
9 "bigstringaf"
10 "brr"
11 "bytesrw"
12 "ca-certs"
13 "cmarkit"
14 "cmdliner"
15 "crowbar"
16 "cstruct"
17 "decompress"
18 "digestif"
19 "domain-name"
20 "dune" {>= "3.20"}
21 "eio"
22 "eio_main"
23 "eqaf"
24 "faraday"
25 "fmt"
26 "fpath"
27 "geojson"
28 "jsonm"
29 "jsont"
30 "kdf"
31 "logs"
32 "magic-mime"
33 "mdx"
34 "menhir"
35 "mirage-crypto"
36 "mirage-crypto-ec"
37 "mirage-crypto-pk"
38 "mirage-crypto-rng"
39 "multibase"
40 "ocaml"
41 "odoc"
42 "opam-file-format"
43 "optint"
44 "progress"
45 "ptime"
46 "re"
47 "spdx_licenses"
48 "tls"
49 "tls-eio"
50 "uri"
51 "uunf"
52 "uutf"
53 "uuuu"
54 "x509"
55 "xdg"
56 "yojson"
57 "zarith"
58]
59build: [
60 ["dune" "subst"] {dev}
61 [
62 "dune"
63 "build"
64 "-p"
65 name
66 "-j"
67 jobs
68 "@install"
69 "@runtest" {with-test}
70 "@doc" {with-doc}
71 ]
72]
73x-maintenance-intent: ["(latest)"]
74pin-depends: [
75 ["dune.3.21.0" "git+https://github.com/jonludlam/dune.git#odoc-v3-rules-3.21"]
76]