aboutsummaryrefslogtreecommitdiff
path: root/ppx_hash/dune
diff options
context:
space:
mode:
Diffstat (limited to 'ppx_hash/dune')
-rwxr-xr-xppx_hash/dune6
1 files changed, 6 insertions, 0 deletions
diff --git a/ppx_hash/dune b/ppx_hash/dune
new file mode 100755
index 0000000..7cb4bc8
--- /dev/null
+++ b/ppx_hash/dune
@@ -0,0 +1,6 @@
+(library
+ (name ppx_hash)
+ (kind ppx_deriver)
+ (libraries ppxlib )
+ (preprocess (pps ppxlib.metaquot))
+ )