diff options
Diffstat (limited to 'lib/path/dune')
-rw-r--r-- | lib/path/dune | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/path/dune b/lib/path/dune new file mode 100644 index 0000000..83e17c2 --- /dev/null +++ b/lib/path/dune @@ -0,0 +1,6 @@ +(library + (name path) + + (libraries v_string) + ) + |