blob: 92cf8b9e0742e2fd66d691e7dfdc39a06a93a6ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
(lang dune 3.11)
(name wormhole)
(version 82ea8dd-dirty)
(documentation https://git.mccd.space/wormhole/about)
(package
(name wormhole)
(synopsis "A short synopsis")
(description "A longer description")
(depends ocaml dune ppx_yojson_conv crunch cohttp cohttp-lwt-unix containers calendar ptime mirage-crypto-rng mirage-crypto-rng-lwt)
(tags
(topics "to describe" your project)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project
|