-
Notifications
You must be signed in to change notification settings - Fork 0
/
opam
33 lines (33 loc) · 876 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
opam-version: "1.2"
name: "rip"
version: "1.0-alpha2"
maintainer: "Dario Teixeira <[email protected]>"
authors: ["Dario Teixeira <[email protected]>"]
homepage: "https://github.com/darioteixeira/rip"
bug-reports: "https://github.com/darioteixeira/rip/issues"
dev-repo: "https://github.com/darioteixeira/rip.git"
license: "LGPL-2.1 with OCaml linking exception"
build: [
["./configure" "--prefix" prefix
"--docdir" "%{doc}%/rip"
"--%{lwt:enable}%-lwt"
"--%{alcotest:enable}%-tests"]
[make]
[make "doc"]
]
build-test: [make "test"]
install: [[make "install"]]
remove: [["ocamlfind" "remove" "rip"]]
depends: [
"alcotest" {test}
"cohttp" {>= "1.0.0"}
"cohttp-lwt" {>= "1.0.0"}
"cohttp-lwt-unix" {>= "1.0.0"}
"lwt"
"ocamlbuild" {build}
"ocamlfind"
"re"
"result"
"tyre" {= "0.2"}
"uri"
]