Home

Awesome

ocurl - OCaml libcurl bindings

Build Status Build Status

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 ocurl project by Lars Nilsson, previously hosted at http://ocurl.sourceforge.net/

NB historically project name is ocurl, but opam package and ocaml library name is curl (there exists transitional dummy ocurl opam package for compatibility).

Minimum supported libcurl version : 7.28.0

Build

./configure && make

Adding new libcurl symbol

Making release

TODO: use dune-release (Update CHANGES.md: replace the first heading by release number)


ygrek at autistici dot org