From 69d3f53365568524e18dfb1200a386309e174359 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sat, 2 Dec 2023 09:49:42 -0600 Subject: Initial commit --- 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..2bcd146 --- /dev/null +++ b/lib/dune @@ -0,0 +1,5 @@ +(library + (name wormhole) + (libraries uri) + (modules Post) + (preprocess (pps lwt_ppx ppx_yojson_conv))) -- cgit v1.2.3