diff options
Diffstat (limited to 'lib/dune')
-rw-r--r-- | lib/dune | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/dune b/lib/dune new file mode 100644 index 0000000..ff9a2ee --- /dev/null +++ b/lib/dune | |||
@@ -0,0 +1,5 @@ | |||
1 | (library | ||
2 | (name rdcapsis) | ||
3 | (preprocess | ||
4 | (pps ppx_jane)) | ||
5 | (libraries core zarith dmap delimited_parsing re core_unix.date_unix)) | ||