mirage / ocaml-uri

RFC3986 URI parsing library for OCaml
Other
98 stars 57 forks source link

add ppx_deriving dependency #98

Closed let-def closed 7 years ago

let-def commented 7 years ago

New version of Core makes ppx_deriving optional. This breaks ocaml-uri.

avsm commented 7 years ago

This shouldn't have an adverse effect on previous versions, so safe to merge (it also unblocks the RWO build, which uses bleeding edge Core and has run into this problem).