Add CURLOPT_SSH_KNOWNHOSTS, CURLOPT_SSH_KEYFUNCTION
[ocurl.git] / opam
blobd237dd59562471057c47cf8bbc90aeab5a73523a
1 opam-version: "1.2"
2 name: "ocurl"
3 maintainer: "ygrek@autistici.org"
4 homepage: "http://ygrek.org.ua/p/ocurl/"
5 license: "MIT"
6 authors: [ "Lars Nilsson" "ygrek" ]
7 doc: ["http://ygrek.org.ua/p/ocurl/api/index.html"]
8 dev-repo: "git://github.com/ygrek/ocurl.git"
9 bug-reports: "https://github.com/ygrek/ocurl/issues"
10 tags: ["org:ygrek" "clib:curl"]
11 build: [
12   ["./configure"]
13   [make]
15 install: [
16   [make "install"]
18 build-test: [
19   [make "test"]
21 build-doc: [[make "doc"]]
22 remove: [["ocamlfind" "remove" "curl"]]
23 depends: [
24   "ocamlfind" {build}
25   "base-unix"
26   "conf-libcurl"
28 depopts: ["lwt" "lwt_ppx"]