README: add build badges
[ocurl.git] / opam
blob2e892fad15291d6c2e7aa38db3f394a3b8a75238
1 opam-version: "1.2"
2 maintainer: "ygrek@autistici.org"
3 homepage: "http://ocurl.forge.ocamlcore.org"
4 license: "MIT"
5 authors: [ "Lars Nilsson" "ygrek" ]
6 doc: ["http://ocurl.forge.ocamlcore.org/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"]