From 85cc67154ccc9f23418af936e54d51d57d83237c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sat, 24 Nov 2018 15:37:01 +0100 Subject: [PATCH] - better description --- ocaml-dune.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ocaml-dune.spec b/ocaml-dune.spec index d42684a..0a2dddf 100644 --- a/ocaml-dune.spec +++ b/ocaml-dune.spec @@ -30,7 +30,11 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %endif %description -A composable build system for OCaml. +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. %prep %setup -q -n %{module}-%{version} -- 2.43.0