c-cube / cconv

[dead] combinators for type conversion (serialization/deserialization) to/from several formats. See this blog post (outdated): http://cedeela.fr/universal-serialization-and-deserialization.html
https://c-cube.github.io/cconv/
BSD 2-Clause "Simplified" License
27 stars 3 forks source link

Change ppx_driver dependency to ppxlib #17

Closed tizoc closed 5 years ago

tizoc commented 5 years ago

ppx_driver is obsolete, use ppxlib instead.

c-cube commented 5 years ago

Thank you! Just a note though: we should probably remove the cppo directives in the ppx, and use ocaml-migrate-parsetree instead?

tizoc commented 5 years ago

Sure, I thought about that when I saw cppo listed as a dependency, but didn't have time for it today, will take a look tomorrow.

c-cube commented 5 years ago

I also moved to ppxfind but maybe there's a simpler way. Anyway we're close to being able to release (see #7).