From 95d50b25c990e8c945ce2507b16ff3c8b039d286 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Mon, 25 Aug 2025 19:48:19 +0200 Subject: OCaml --- bin/dune | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bin/dune (limited to 'bin/dune') diff --git a/bin/dune b/bin/dune new file mode 100644 index 0000000..b82e38f --- /dev/null +++ b/bin/dune @@ -0,0 +1,4 @@ +(executable + (public_name rdcapsis) + (name main) + (libraries rdcapsis)) -- cgit v1.2.3