Replies: 1 comment
-
|
No, there is not. The way Dune builds and installs is by unpacking them to a sandbox location, building and installing them using the instructions extracted from the So the only way to trigger that behavior for any project is to create an empty dune project with your desired library as dependency and locking and building from there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
In the context of reproducible builds (e.g. guix/nix), I was wondering how can I use to dune to build any ocaml package. When doing dune pkg lock, build “recipes” are written in .pkg files. For example fmt doesn't use dune for its build system, yet we can build it with dune thanks to the action defined in fmt.pkg. Is there any lib exposed by dune that lets build fmt? (independently of any dune-project and locking).
Thanks for helping
Beta Was this translation helpful? Give feedback.
All reactions