-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopam
80 lines (80 loc) · 1.39 KB
/
opam
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
opam-version: "2.0"
name:"timeline"
maintainer: "OCamlPro"
authors: [ "Steven de Oliveira" ]
homepage: "no"
bug-reports: "no"
dev-repo: "git+https://gitlab.ocamlpro.com/steven.de-oliveira/timeline"
license: "GPLv3"
depexts: [
"postgresql"
"libsodium-dev"
"libgeoip1"
"libgeoip-dev"
"libcurl4-gnutls-dev"
"curl"
"zlib1g-dev"
"pkg-config"
"libgmp-dev"
]
depends: [
"core"
"cohttp-lwt"
"cohttp-lwt-jsoo"
"dune"
"ocamlfind" { build }
"camlp4"
"calendar"
"bigstring" { >= "0.2" }
"ocplib-endian"
"digestif"
"hex"
"conf-pkg-config"
"conf-libcurl"
"ocurl" { >= "0.9.1" }
"zarith"
"lwt"
"lwt_log"
"extunix"
"menhir"
"ezjsonm"
"num"
"omd"
"ocplib-json-typed"
"ocplib-json-typed-bson"
"js_of_ocaml"
"js_of_ocaml-lwt"
"js_of_ocaml-tyxml"
"js_of_ocaml-ppx"
"js_of_ocaml-compiler"
"ppx_deriving"
"pgocaml"
"pgocaml_ppx"
"base64" { >= "3.2.0" }
"cohttp-lwt" {>= "0.99.0" }
"cohttp-lwt-unix"
"geoip"
"re"
"uutf"
"js_of_ocaml-toplevel"
"js_of_ocaml-ocamlbuild"
"js_of_ocaml-ppx"
"httpaf"
"httpaf-lwt-unix"
"faraday-lwt"
"faraday-lwt-unix"
"faraday-async"
"angstrom-unix"
"sha"
"extunix"
"csv"
"tls"
]
pin-depends: [
[ "pgocaml.4.2.1" "git+https://github.com/ocpmax/pgocaml.git" ]
[ "pgocaml_ppx.4.2.1" "git+https://github.com/ocpmax/pgocaml.git" ]
]
build: [
[ make "submodules" "all" ]
]
synopsis: "Timeline"