diff options
author | Rutger Broekhoff | 2025-08-25 19:48:19 +0200 |
---|---|---|
committer | Rutger Broekhoff | 2025-08-25 19:48:19 +0200 |
commit | 95d50b25c990e8c945ce2507b16ff3c8b039d286 (patch) | |
tree | c1ff4c7f9601c6980eed1a7235ba336c5c6f6106 /lib/dune | |
parent | 29b26dcbc1404925bbf12cddd66f7fcd3c57cfe7 (diff) | |
download | rdcapsis-95d50b25c990e8c945ce2507b16ff3c8b039d286.tar.gz rdcapsis-95d50b25c990e8c945ce2507b16ff3c8b039d286.zip |
OCaml
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)) | ||