forked from Cumulus/Syndic
-
Notifications
You must be signed in to change notification settings - Fork 1
/
opam
37 lines (33 loc) · 962 Bytes
/
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
opam-version: "1.2"
name: "syndic"
version: "1.4"
dev-repo: "git+https://github.com/Cumulus/Syndic.git"
maintainer: "Romain Calascibetta <[email protected]>"
author: ["Romain Calascibetta" "Christophe Troestler"]
license: "MIT"
homepage: "https://github.com/Cumulus/Syndic"
bug-reports: "https://github.com/Cumulus/Syndic/issues"
install: ["ocaml" "setup.ml" "-install"]
remove: ["ocamlfind" "remove" "syndic"]
build: [
["ocaml" "setup.ml" "-configure" "--prefix" prefix]
["ocaml" "setup.ml" "-build"]
]
build-test: [
["ocaml" "setup.ml" "-configure" "--enable-tests"]
["ocaml" "setup.ml" "-build"]
["ocaml" "setup.ml" "-test"]
]
build-doc: ["ocaml" "setup.ml" "-doc"]
depends: [
"calendar" {>= "2.03.2"}
"ssl" {test}
"tls" {test}
"cohttp" {test}
"lwt" {test}
"ocamlfind" {build}
"oasis" {build}
"uri" {>= "1.9"}
"xmlm" {>= "1.2.0"}
]
available: [ocaml-version >= "4.01"]