yallop / ocaml-ctypes

Library for binding to C libraries using pure OCaml
MIT License
363 stars 95 forks source link

dune: use build_if instead of workaround #749

Open emillon opened 11 months ago

emillon commented 11 months ago

As discussed in #588, this uses the proper dune feature instead of OCaml syntax. It can be merged once requiring dune >= 3.9.0 is acceptable.