this repo has no description
1(lang dune 3.20)
2(name root)
3
4(using directory-targets 0.1)
5
6(generate_opam_files true)
7
8(package
9 (name root)
10 (synopsis "Monorepo root package with external dependencies")
11 (allow_empty)
12 (depends
13 alcotest
14 angstrom
15 astring
16 base64
17 bigstringaf
18 bos
19 brr
20 camlp-streams
21 cmarkit
22 cmdliner
23 conf-jq
24 cppo
25 crunch
26 decompress
27 dockerfile
28 dream
29 dune
30 dune-site
31 eio
32 eio_main
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 (mdx :with-test)
43 menhir
44 merlin-lib
45 ocaml
46 ocamlfind
47 ocamlformat-lib
48 odig
49 opam-0install
50 opam-format
51 ppx_blob
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 uri
63 yojson
64 ))