diff options
author | Marc Coquand <marcc@fastmail.fr> | 2023-12-04 08:25:14 -0600 |
---|---|---|
committer | Marc Coquand <marcc@fastmail.fr> | 2023-12-04 08:25:14 -0600 |
commit | 424dd2ed828ecc750d9c4ea05c894553e9aae887 (patch) | |
tree | 7e76c01f1ef25a608cf5b8016f8289e9791db29d /wormhole.opam | |
parent | 7dbb32f877d60c8e7d5282077dd9e657fd583e58 (diff) | |
download | wormhole-424dd2ed828ecc750d9c4ea05c894553e9aae887.tar.gz wormhole-424dd2ed828ecc750d9c4ea05c894553e9aae887.tar.bz2 wormhole-424dd2ed828ecc750d9c4ea05c894553e9aae887.zip |
restore
Diffstat (limited to 'wormhole.opam')
-rw-r--r-- | wormhole.opam | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/wormhole.opam b/wormhole.opam index e69de29..762e1df 100644 --- a/wormhole.opam +++ b/wormhole.opam @@ -0,0 +1,41 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "A short synopsis" +description: "A longer description" +maintainer: ["Maintainer Name"] +authors: ["Author Name"] +license: "LICENSE" +tags: ["topics" "to describe" "your" "project"] +homepage: "https://github.com/username/reponame" +doc: "https://url/to/documentation" +bug-reports: "https://github.com/username/reponame/issues" +depends: [ + "ocaml" + "crunch" + "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} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/username/reponame.git" |