You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dune is the new de-facto standard in OCaml world, greatly simplifying building, maintenance, vendoring, and developing the code. It would improve a lot of things in piqi.
The text was updated successfully, but these errors were encountered:
Should be easier now if anyone wants to take a shot at it. I have just removed dependency on camlp4/camlp5. I have also removed custom solution for building third-party dependencies. It is all managed by opam now.
Add support for dune and use it from opam (Fixes#66)
The existing build system based on OCamlMake files left untouched. We
build only essentials with dune, so right now tests, booting, and code
generation is not implemented.
Co-authored-by: Anton Lavrik <[email protected]>
Dune is the new de-facto standard in OCaml world, greatly simplifying building, maintenance, vendoring, and developing the code. It would improve a lot of things in piqi.
The text was updated successfully, but these errors were encountered: