aboutsummaryrefslogtreecommitdiff
path: root/lib/path/dune
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2025-06-01 17:12:06 +0200
committerSébastien Dailly <sebastien@dailly.me>2025-06-14 10:58:01 +0200
commit2f18b8a33cabd0ea666781ba048d0174b4dc5031 (patch)
treeaacda421b89e8133e3c73942e9ede61283a5005c /lib/path/dune
Initial commit
Diffstat (limited to 'lib/path/dune')
-rw-r--r--lib/path/dune6
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)
+ )
+