From e625146762b16d85c71209029e19a26d1f42f8be Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 5 Apr 2022 14:01:27 +0300 Subject: Switch to dune and add opam packaging --- src/dune | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/dune (limited to 'src/dune') diff --git a/src/dune b/src/dune new file mode 100644 index 0000000..bcb4d31 --- /dev/null +++ b/src/dune @@ -0,0 +1,10 @@ +(executable + (name uncron) + (public_name uncron) + (libraries + containers + lwt + lwt.unix + lwt_ppx + logs + logs.lwt)) -- cgit v1.2.3