aboutsummaryrefslogtreecommitdiff
path: root/lib/csv/dune
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csv/dune')
-rwxr-xr-xlib/csv/dune6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/csv/dune b/lib/csv/dune
new file mode 100755
index 0000000..b0f4a72
--- /dev/null
+++ b/lib/csv/dune
@@ -0,0 +1,6 @@
+(library
+ (name importCSV)
+ (libraries
+ re
+ )
+)