blob: b50935bdc5bf66ea4e1f07c80c473423aa9e671d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
(lang dune 3.11)
(name wormhole)
(version 82ea8dd-dirty)
(generate_opam_files true)
(authors "Marc Coquand")
(maintainers "Marc Coquand")
(license agpl-3.0)
(documentation https://git.mccd.space/wormhole)
(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
|