Homepage: https://ygrek.org.ua/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/
Minimum supported libcurl version : 7.28.0
- libcurl devel for msvc http://curl.haxx.se/latest.cgi?curl=win32-ssl-devel-msvc
- working ocaml/msvc setup (ocaml and msvc tools in PATH)
- ocamlfind
- GNU make
Edit Makefile.msvc
and make CURLDIR variable point
to the root directory of libcurl installation.
Copy config.h.windows
to config.h
.
Compile with make -f Makefile.msvc
.
Install with make -f Makefile.msvc install
.
Compile examples with make -f Makefile.msvc examples
.
- add symbol in configure.ac
- autoreconf
- make clean
- ./configure
- edit curl-helper.c and curl.ml*
- Check
make gen
with latest libcurl - Update CHANGES.txt
- Update version in configure.ac
- autoreconf
- commit
- ./configure && make release
ygrek at autistici dot org