diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2024-03-14 08:26:58 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2024-03-14 08:26:58 +0100 |
commit | 6b377719c10d5ab3343fd5221f99a4a21008e25a (patch) | |
tree | a7c1e9a820d339a2f161af3e09cf9e3161286796 /lib/containers/dune |
Initial commitmain
Diffstat (limited to 'lib/containers/dune')
-rwxr-xr-x | lib/containers/dune | 7 |
1 files changed, 7 insertions, 0 deletions
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
+ )
+)
|