3 maintainer: "ygrek@autistici.org"
4 homepage: "https://ygrek.org/p/ocurl"
6 authors: [ "Lars Nilsson" "ygrek" ]
7 doc: ["https://ygrek.org/p/ocurl/api/index.html"]
8 dev-repo: "git+https://github.com/ygrek/ocurl.git"
9 bug-reports: "https://github.com/ygrek/ocurl/issues"
10 tags: ["org:ygrek" "clib:curl"]
21 "@runtest" {with-test}
32 depopts: ["lwt" "lwt_ppx"]
33 synopsis: "Bindings to libcurl"
34 description: "libcurl is a client-side URL transfer library, supporting HTTP and a multitude of other network protocols (FTP/SMTP/RTSP/etc). This library wrap easy synchronous API (Curl), synchronous parallel and generic asynchronous API (Curl.Multi), and provides an Lwt-enabled asynchronous interface (Curl_lwt)."