ygrek / ocurl

OCaml bindings to libcurl
https://ygrek.org/p/ocurl
MIT License
59 stars 32 forks source link

feature: split lwt package #79

Closed rgrinberg closed 1 week ago

rgrinberg commented 1 month ago

Split curl.lwt into its own package.

This allows users to depend on lwt and curl without pulling in curl.lwt (cohttp-curl-lwt does that)

We leave a findlib alias from curl.lwt to curl_lwt so that users can transition easier.

cc @kit-ty-kate