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

update ppx to use OMP and not cppo #18

Open c-cube opened 5 years ago

tizoc commented 5 years ago

Ok, doing this now. Also upgrading jbuilder -> dune

tizoc commented 5 years ago

Well, I made a lot of changes, but I'm still not sure about how to integrate ppx_deriving with OMP, I vaguely remember this being an issue before (or it was something about dune/jbuilder, not sure).

I checked a few ppxderiving* projects and they still use cppo, may be related to what I mentioned above.

c-cube commented 5 years ago

please git pull first, I updated to dune already.