From 6b377719c10d5ab3343fd5221f99a4a21008e25a Mon Sep 17 00:00:00 2001
From: Sébastien Dailly <sebastien@dailly.me>
Date: Thu, 14 Mar 2024 08:26:58 +0100
Subject: Initial commit

---
 lib/containers/dune | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100755 lib/containers/dune

(limited to 'lib/containers/dune')

diff --git a/lib/containers/dune b/lib/containers/dune
new file mode 100755
index 0000000..46d0e24
--- /dev/null
+++ b/lib/containers/dune
@@ -0,0 +1,7 @@
+(library
+ (name importContainers)
+ (libraries 
+   importDataTypes
+   importConf
+ )
+)
-- 
cgit v1.2.3