blob: e30ccb77cc9e96ce9d76a8f51ba7e0a231f0eb59 (
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
28
29
 | (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")))
;; Local Variables:
;; mode: lisp
;; End:
 |