From b798ac29c37299b2f761243ae92ab8f7c4c4d7f1 Mon Sep 17 00:00:00 2001 From: Paweł Dybiec Date: Tue, 30 Oct 2018 15:32:56 +0100 Subject: Initial commit --- source/xi/dune | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 source/xi/dune (limited to 'source/xi/dune') diff --git a/source/xi/dune b/source/xi/dune new file mode 100644 index 0000000..1c209ac --- /dev/null +++ b/source/xi/dune @@ -0,0 +1,15 @@ +(executable + (name xi) + (public_name xi) + (modes byte) + (libraries cmdliner ocamlgraph unix xi_lib dynlink) + (package xi) +) +(env + (dev + (flags (:standard -g -w -39-33-26-27)) + ) + (release + (flags (:standard -w -39-33-26-27)) + ) +) -- cgit 1.4.1