diff options
author | Marc Coquand <marcc@fastmail.fr> | 2023-12-04 08:06:31 -0600 |
---|---|---|
committer | Marc Coquand <marcc@fastmail.fr> | 2023-12-04 08:06:31 -0600 |
commit | eacb0f2e62b3a713083be9cc15b8af41fac2d6af (patch) | |
tree | 2255733cf314bd0d61467fffde8cea96dfbe0c90 /wormhole.opam | |
parent | 47719821b568704739d42219076c2f7c02bf266b (diff) | |
download | wormhole-eacb0f2e62b3a713083be9cc15b8af41fac2d6af.tar.gz wormhole-eacb0f2e62b3a713083be9cc15b8af41fac2d6af.tar.bz2 wormhole-eacb0f2e62b3a713083be9cc15b8af41fac2d6af.zip |
Add static assets in a single binary
Diffstat (limited to 'wormhole.opam')
-rw-r--r-- | wormhole.opam | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/wormhole.opam b/wormhole.opam index 46045e1..886447e 100644 --- a/wormhole.opam +++ b/wormhole.opam @@ -1,5 +1,7 @@ +version: "4771982-dirty" # This file is generated by dune, edit dune-project instead opam-version: "2.0" +version: "4771982-dirty" synopsis: "A short synopsis" description: "A longer description" maintainer: ["Maintainer Name"] @@ -11,17 +13,9 @@ doc: "https://url/to/documentation" bug-reports: "https://github.com/username/reponame/issues" depends: [ "ocaml" - "dream" "dune" {>= "3.11"} "ppx_yojson_conv" - "cohttp" - "cohttp-lwt-unix" "odoc" {with-doc} - "containers" - "calendar" - "ptime" - "mirage-crypto-rng" {>= "0.11.0"} - "mirage-crypto-rng-lwt" {>= "0.11.0"} ] build: [ ["dune" "subst"] {dev} |