diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2025-03-17 09:11:25 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2025-03-17 18:59:32 +0100 |
commit | 8b8b730d3ba98d6c9e4e6274844641043b5fefbb (patch) | |
tree | 4cb60dafa05b479d0ca287d501a51db88cecaaa4 /lib/containers | |
parent | 7bfbb67d83011f3e1845dcb9e44c3b6a5e93a9da (diff) |
Moved the syntax module in its own library
Diffstat (limited to 'lib/containers')
-rwxr-xr-x | lib/containers/dune | 1 | ||||
-rw-r--r-- | lib/containers/importContainers.ml | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/lib/containers/dune b/lib/containers/dune index 70bbf0b..d9b06cf 100755 --- a/lib/containers/dune +++ b/lib/containers/dune @@ -2,7 +2,6 @@ (name importContainers)
(libraries
importDataTypes
- importConf
)
(preprocess (pps
ppx_deriving.ord
diff --git a/lib/containers/importContainers.ml b/lib/containers/importContainers.ml index 6da8374..c90bc57 100644 --- a/lib/containers/importContainers.ml +++ b/lib/containers/importContainers.ml @@ -1,5 +1,3 @@ -module Conf = ImportConf -module Syntax = Conf.Syntax module Table = ImportDataTypes.Table (** This key is used to create the table of each externals in the configuration. |