Developing with Dune¶
Warning
This tutorial is a work in progress.
In this tutorial, will start with a small Dune project, and extend it by using common features:
the executable, library, and test stanzas;
cram tests;
bindings to C code using foreign stubs;
using a ppx deriver.
By doing so, you’ll interact with dune runtest
and dune promote
, and will
use the most common stanzas in Dune files.
Start the tutorial with the Introduction.