From b933255e26c4d6a9688932be76550bf2226c7d25 Mon Sep 17 00:00:00 2001 From: Erwan Jahier <erwan.jahier@univ-grenoble-alpes.fr> Date: Fri, 29 Apr 2022 13:49:11 +0200 Subject: [PATCH] build: add a dune file --- src/dune | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/dune diff --git a/src/dune b/src/dune new file mode 100644 index 00000000..f4c25e25 --- /dev/null +++ b/src/dune @@ -0,0 +1,16 @@ +;; Time-stamp: <modified the 21/11/2021 (at 17:50) by Erwan Jahier> + +(executable + (name dot2lus) + (flags -noassert) + (link_flags (-linkall)) + (libraries ocamlgraph lutils sasacore algo) +) + +(install + (section bin) + (package sasa) + (files (dot2lus.exe as salut)) +; (files sasaRun.cmxa) +) + -- GitLab