aboutsummaryrefslogtreecommitdiff
path: root/dune-project
blob: deac556e5847901a740201d6a230099f5c3836e9 (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
25
26
27
(lang dune 3.11)

(name wormhole)
(version 4771982-dirty)

(generate_opam_files true)

(source
 (github username/reponame))

(authors "Author Name")

(maintainers "Maintainer Name")

(license LICENSE)

(documentation https://url/to/documentation)

(package
 (name wormhole)
 (synopsis "A short synopsis")
 (description "A longer description")
 (depends ocaml dune ppx_yojson_conv)
 (tags
  (topics "to describe" your project)))

; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project