From 95d50b25c990e8c945ce2507b16ff3c8b039d286 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Mon, 25 Aug 2025 19:48:19 +0200 Subject: OCaml --- lib/dune | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/dune (limited to 'lib/dune') diff --git a/lib/dune b/lib/dune new file mode 100644 index 0000000..ff9a2ee --- /dev/null +++ b/lib/dune @@ -0,0 +1,5 @@ +(library + (name rdcapsis) + (preprocess + (pps ppx_jane)) + (libraries core zarith dmap delimited_parsing re core_unix.date_unix)) -- cgit v1.2.3