cryptosense / multipart-form-data

multipart/form-data (RFC2388) parser for OCaml
BSD 2-Clause "Simplified" License
19 stars 6 forks source link

Require lwt 2.5.0 or higher #6

Closed bbc2 closed 8 years ago

bbc2 commented 8 years ago

This is required because of the use of Lwt.return_some (see http://ocsigen.org/lwt/changelog).

emillon commented 8 years ago

It seems that cohttp has the same requirements so there should be no problem with this constraint.

Thanks!