summaryrefslogtreecommitdiffstats
path: root/development/dune/README
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2019-10-07 09:32:54 +0200
committer Robby Workman <rworkman@slackbuilds.org>2021-04-17 23:19:28 -0500
commitbab12602c8f29e3ee5871d4c261a48a657017d37 (patch)
treea4fd11de74f427feef3f040fddebd42da911af0d /development/dune/README
parent73fc67c82c77e63bc4539dd2f7419d85f2f1c281 (diff)
downloadslackbuilds-bab12602c8f29e3ee5871d4c261a48a657017d37.tar.gz
slackbuilds-bab12602c8f29e3ee5871d4c261a48a657017d37.tar.xz
development/dune: Added (ocaml build system - formerly jbuilder).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
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.