introduce test to detect libcurl adding new constants
[ocurl.git] / opam
blob5248d5a93482c2e9293402e7f80fa9543adb1d0e
1 opam-version: "1.2"
2 maintainer: "ygrek@autistici.org"
3 homepage: "http://ygrek.org.ua/p/ocurl/"
4 license: "MIT"
5 authors: [ "Lars Nilsson" "ygrek" ]
6 doc: ["http://ygrek.org.ua/p/ocurl/api/index.html"]
7 dev-repo: "git://github.com/ygrek/ocurl.git"
8 bug-reports: "https://github.com/ygrek/ocurl/issues"
9 build: [
10   ["./configure"]
11   [make]
13 install: [
14   [make "install"]
16 build-test: [
17   [make "test"]
19 build-doc: [[make "doc"]]
20 remove: [["ocamlfind" "remove" "curl"]]
21 depends: [
22   "ocamlfind" {build}
23   "base-unix"
24   "conf-libcurl"
26 depopts: ["lwt"]