Miscellaneous¶
These documents contain tidbits of info that do not fit anywhere else, and information about the project itself.
- FAQ
- Why do many Dune projects contain a
Makefile
? - How to add a configure step to a Dune project?
- Can I use
topkg
with Dune? - How do I publish my packages with Dune?
- Where can I find some examples of projects using Dune?
- What is Jenga?
- How to make warnings non-fatal?
- How to turn specific errors into warnings?
- How to display the output of commands as they run?
- How can I generate an
mli
file from anml
file? - How can I build a single library?
- Why does
source_tree
ignore files and directories when they begin with a “.” (period)? - Why can’t I write inline tests in a package without users needing to install
ppx_inline_test
?
- Why do many Dune projects contain a
- Goal of Dune
- Working on the Dune Codebase