j0sh / ocaml-gensqlite

OCaml ppx preprocessor to generate SQLite3 prepared statements and query functions
Other
12 stars 2 forks source link

build failure on OCaml 4.03 and above #6

Open gasche opened 8 years ago

gasche commented 8 years ago

This package uses internal parsetree definitions that changed in 4.03.

See the opam-builder report in http://opam.ocamlpro.com/builder/html/gensqlite/gensqlite.0.1/4e11133f38685ec7bdbb1630e8ff1c83.

Would it be possible to make a new release that is compatible with 4.03 and above?

j0sh commented 8 years ago

Thanks for the heads up!

Now that sqlexpr supports ppx, I'm not sure if there is a place for this library anymore. Perhaps it would be best to restrict this to OCaml <4.0.3 and declare it deprecated?