descriptionGit mirror for OCaml libcurl bindings
homepage URLhttp://ocurl.forge.ocamlcore.org/
ownerygrek@autistici.org
last changeSat, 10 Feb 2024 15:43:39 +0000 (10 10:43 -0500)
content tags
add:
README.md

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

shortlog
2024-02-10 ygrekminor style changesmaster
2024-02-10 Nicolás Ojeda BärBind extra_fds argument to curl_multi_wait and curl_mul...
2023-11-02 ygrekconfigure: drop checks for keepalive options
2023-11-02 ygrekMerge pull request #70 from sewenthy/master
2023-11-02 Sewen Thyrm configure check for tcp_keepalive options
2023-11-02 Sewen Thyadd tcp keepalive setup to test
2023-11-02 Sewen Thytcp_keepidle, tcp_keepintvl int64 -> int + update curl...
2023-10-29 ygrekupdate distclean
2023-10-17 Sewen Thyadd support for tcp_keepalive, tcp_keepidle, tcp_keepin...
2023-09-28 Albert PescharPass CURLCFLAGS to stub compilation
2023-01-27 Albert Pescharurl -> param
2023-01-27 Albert PescharAdd support for aws-sigv4 option
2022-10-11 Albert PescharHandle CURLOPT_PREREQFUNCTION
2022-10-11 Albert PescharRun autoreconf
2022-10-11 Albert PescharAdd CURLOPT_PREREQFUNCTION to configure.ac
2022-05-24 ygrekfix build with 7.29.0 (no curl_sslbackend)
...
tags
2 years ago 20220125
2 years ago 0.9.2 0.9.2
4 years ago 0.9.1 0.9.1
4 years ago 0.9.0 0.9.0
5 years ago 0.8.2 0.8.2
6 years ago 0.8.1 0.8.1
6 years ago 0.8.0 0.8.0
6 years ago 0.7.10 0.7.10
7 years ago 0.7.9 0.7.9
7 years ago 0.7.8 0.7.8
7 years ago 0.7.7 0.7.7
8 years ago 0.7.6 0.7.6
8 years ago 0.7.5 0.7.5
8 years ago 0.7.4 0.7.4
8 years ago 0.7.3 0.7.3
9 years ago 0.7.2 0.7.2
...
heads
2 months ago master
2 years ago temp
5 years ago READFUNCTION_SUB