summaryrefslogtreecommitdiffstats
path: root/development/dune/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/dune/README')
-rw-r--r--development/dune/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/development/dune/README b/development/dune/README
new file mode 100644
index 0000000000..4bee426ba6
--- /dev/null
+++ b/development/dune/README
@@ -0,0 +1,5 @@
+Dune is a build system designed for OCaml/Reason projects only.
+It focuses on providing the user with a consistent experience and
+takes care of most of the low-level details of OCaml compilation.
+All you have to do is provide a description of your project and
+dune will do the rest.