blob: e29271356d0a3d5da775b1622824cbfff5ded500 (
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.16)
(name ogit)
(generate_opam_files true)
(authors "Marius Peter")
(maintainers "Marius Peter")
(license LICENSE)
(documentation https://url/to/documentation)
(package
(name ogit)
(synopsis "Mobile-friendly replacement for cgit")
(description "A longer description")
(depends
ocaml
dune
dream
git)
(tags
(git "web interface")))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html
|