luv icon indicating copy to clipboard operation
luv copied to clipboard

[WIP] use dune ctypes stanza support to eliminate boilerplate

Open mbacarella opened this issue 4 years ago • 1 comments

This PR adapts luv to use the upcoming dune ctypes stanza feature https://github.com/ocaml/dune/pull/3905

This may land by the dune 3.0 release.

It works, but marked in WIP because the dune-project needs some adjusting for when the feature is released. Probably need to throw this into the .opam temporarily to test, as well:

  [ "dune.dev" "git+https://github.com/mbacarella/dune#efcb33a8e55939b1a23cdf24bcab1b6c8f6cea61" ]

mbacarella avatar May 23 '21 13:05 mbacarella

Thanks, I will follow along.

aantron avatar May 24 '21 02:05 aantron