summaryrefslogtreecommitdiff
path: root/src/dune
diff options
context:
space:
mode:
authorRalf Treinen <treinen@debian.org>2020-02-12 21:02:06 +0100
committerRalf Treinen <treinen@debian.org>2020-02-12 21:02:06 +0100
commit806b0890f0bd3e2b1524829b66af637a173c4f54 (patch)
tree5c3052a509f9b0c689da1adaa8528855a084073b /src/dune
Import morsmall_0.3.0.orig.tar.xz
[dgit import orig morsmall_0.3.0.orig.tar.xz]
Diffstat (limited to 'src/dune')
-rw-r--r--src/dune6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dune b/src/dune
new file mode 100644
index 0000000..4053a9f
--- /dev/null
+++ b/src/dune
@@ -0,0 +1,6 @@
+(library
+ (name morsmall)
+ (public_name morsmall)
+ (preprocess (pps ppx_deriving.std visitors.ppx ppx_deriving_yojson))
+ (libraries morbig morsmall.utilities visitors.runtime yojson)
+ (flags :standard -w +A-4-30-42))