summaryrefslogtreecommitdiff
path: root/api/dune
diff options
context:
space:
mode:
Diffstat (limited to 'api/dune')
-rw-r--r--api/dune4
1 files changed, 4 insertions, 0 deletions
diff --git a/api/dune b/api/dune
new file mode 100644
index 0000000..9e9e824
--- /dev/null
+++ b/api/dune
@@ -0,0 +1,4 @@
+(library
+ (name api)
+ (libraries chadprover dream)
+ (preprocess (pps lwt_ppx ppx_yojson_conv)))