forked from geneweb/geneweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgeneweb.opam
More file actions
50 lines (41 loc) · 801 Bytes
/
geneweb.opam
File metadata and controls
50 lines (41 loc) · 801 Bytes
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
opam-version: "2.0"
synopsis: "Genealogy library and software"
maintainer: [ "Julien Sagot <julien.sagot@geneanet.org>" ]
authors: [ "Daniel de Rauglaudre" ]
homepage: "http://geneweb.org"
dev-repo: "git://github.com/geneweb/geneweb"
bug-reports: "https://github.com/geneweb/geneweb/issues"
build: [
[ "ocaml" "./configure.ml" ]
[ "dune" "build" "-p" name "-j" jobs ]
]
depends: [
"benchmark"
"calendars"
"camlp5" { = "8.00.01" }
"cppo"
"dune" { = "2.7.1" }
"jingoo"
"markup"
"num"
"ocaml"
"ounit"
"ocurl"
"piqi"
"piqilib"
"ppx_deriving"
"redis"
"redis-sync"
"stdlib-shims"
"syslog"
"unidecode" { = "0.2.0" }
"uucp"
"uunf"
"uutf"
"yojson"
"zarith"
]
depexts: [
["protobuf-compiler"] {os-family = "debian"}
["protobuf"] {os = "macos"}
]