mfp / ocaml-sqlexpr

Minimalistic syntax extension for type-safe, convenient execution of SQL statements.
Other
86 stars 17 forks source link

Dune #32

Closed vbmithr closed 5 years ago

vbmithr commented 6 years ago

I have ported the buildsystem to dune, jbuilder new name, which changes a few things. Mostly, by default the compiler adds more checks, so I had to fix some things like unused values and variables, open, etc.

vbmithr commented 5 years ago

@mfp ping. Not interested?

mfp commented 5 years ago

On Wed, Oct 17, 2018 at 09:15:24AM -0700, Vincent Bernardoff wrote:

@mfp ping. Not interested?

Sorry, I postponed this to read up on dune and then let it slip through the cracks. I'll revisit sqlexpr this weekend (have more PRs queued up).

-- Mauricio Fernández