summaryrefslogtreecommitdiffstats
path: root/bin/dune
diff options
context:
space:
mode:
authorRutger Broekhoff2025-08-26 00:35:27 +0200
committerRutger Broekhoff2025-08-26 00:35:27 +0200
commite6873458facadea0dfb228bb33291d6baf68c427 (patch)
tree9ca19e2bbb12d92447f654a92280a6048383ebba /bin/dune
parentb8fbaa53b912347b3b50cac3e913a142db460b0a (diff)
downloadrdcapsis-e6873458facadea0dfb228bb33291d6baf68c427.tar.gz
rdcapsis-e6873458facadea0dfb228bb33291d6baf68c427.zip
Basic import seems to be working
Diffstat (limited to 'bin/dune')
-rw-r--r--bin/dune2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/dune b/bin/dune
index b82e38f..34c3866 100644
--- a/bin/dune
+++ b/bin/dune
@@ -1,4 +1,6 @@
1(executable 1(executable
2 (public_name rdcapsis) 2 (public_name rdcapsis)
3 (name main) 3 (name main)
4 (preprocess
5 (pps ppx_jane))
4 (libraries rdcapsis)) 6 (libraries rdcapsis))