Chris00 / ocaml-csv

CSV library for OCaml
Other
136 stars 22 forks source link

Needs at least Lwt 2.4.7 #35

Closed Leonidas-from-XIV closed 2 years ago

Leonidas-from-XIV commented 2 years ago

The code uses Lwt_io.read_into which needs to be bytes not string. This is the case starting from Lwt 2.4.7.

Correspondent PR for existing releases in opam-repository: https://github.com/ocaml/opam-repository/pull/21345

Chris00 commented 2 years ago

Thanks.

Leonidas-from-XIV commented 2 years ago

That was fast; awesome!