forked from geneweb/geneweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdune-project
54 lines (50 loc) · 1.13 KB
/
dune-project
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
(lang dune 2.9)
(name geneweb)
; ignore formatting of generated dune file
(formatting
(enabled_for ocaml))
(generate_opam_files true)
(license GPL-2.0-only)
(authors "Daniel de Rauglaudre")
(maintainers "Elie Canonici-Merle <[email protected]>")
(source (github geneweb/geneweb))
(homepage "https://geneweb.org")
(documentation "https://geneweb.tuxfamily.org/wiki/GeneWeb")
(package
(name geneweb)
(synopsis "Genealogy library and software")
(description "GeneWeb is an open source genealogy software written in OCaml. It comes with a Web interface and can be used off-line or as a Web service.")
(tags (genealogy))
(depends
(ancient :ocaml-option-nnp)
(alcotest :with-test)
benchmark
(calendars (= "1.0.0"))
(camlp5 (>= "8.00.01"))
camlp-streams
camlzip
cppo
(fmt :with-test)
jingoo
markup
num
(ocaml (>= 4.08))
(ocamlformat (and :with-test (= "0.24.1")))
ounit
ppx_blob
ppx_deriving
ppx_import
stdlib-shims
syslog
(unidecode (= "0.2.0"))
uri
uucp
uunf
uutf
yojson
zarith
)
(depopts
ocaml-option-nnp
)
)