Homepage: https://ygrek.org/p/ocurl
OCaml bindings to libcurl - client-side URL transfer library, supporting HTTP and a multitude of other network protocols. This is a continuation of the ocurl project by Lars Nilsson, previously hosted at https://sourceforge.net/projects/ocurl/.
NB: the historical project name is ocurl
, but the opam package and the
OCaml library name is curl
(there exists a transitional dummy ocurl
opam package for compatibility).
Minimum supported libcurl version: 7.28.0 (Oct 10 2012).
dune build
# or
make
- Add the new symbol in
config/discover.ml
; - Edit
curl-helper.c
andcurl.ml
,curl.mli
accordingly.
ygrek at autistici dot org