My aggregated monorepo of OCaml code, automaintained

sync

+63
+1
.gitignore
··· 1 + _build
+62
root.opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Monorepo root package with external dependencies" 4 + depends: [ 5 + "ISO3166" 6 + "alcotest" 7 + "astring" 8 + "base64" 9 + "bigstringaf" 10 + "bytesrw" 11 + "ca-certs" 12 + "cmdliner" 13 + "crowbar" 14 + "cstruct" 15 + "decompress" 16 + "digestif" 17 + "domain-name" 18 + "dune" {>= "3.20"} 19 + "eio" 20 + "eio_main" 21 + "eqaf" 22 + "fmt" 23 + "fpath" 24 + "jsonm" 25 + "jsont" 26 + "logs" 27 + "magic-mime" 28 + "mdx" 29 + "mirage-crypto" 30 + "mirage-crypto-ec" 31 + "mirage-crypto-pk" 32 + "mirage-crypto-rng" 33 + "ocaml" 34 + "odoc" 35 + "opam-file-format" 36 + "optint" 37 + "ptime" 38 + "spdx_licenses" 39 + "tls" 40 + "tls-eio" 41 + "uri" 42 + "uunf" 43 + "uutf" 44 + "uuuu" 45 + "xdg" 46 + "zarith" 47 + ] 48 + build: [ 49 + ["dune" "subst"] {dev} 50 + [ 51 + "dune" 52 + "build" 53 + "-p" 54 + name 55 + "-j" 56 + jobs 57 + "@install" 58 + "@runtest" {with-test} 59 + "@doc" {with-doc} 60 + ] 61 + ] 62 + x-maintenance-intent: ["(latest)"]