diff --git a/lib/typing/dune b/lib/typing/dune new file mode 100644 index 0000000..a6af6de --- /dev/null +++ b/lib/typing/dune @@ -0,0 +1,9 @@ +(library + (name typing) + (libraries sexplib syntax) + (preprocess + (pps ppx_sexp_conv))) + +(env + (dev + (flags (:standard -w -32)))) \ No newline at end of file