Changed from type to module for cfg and moved to separate lib

This commit is contained in:
elvis
2024-11-21 18:30:19 +01:00
parent 67f1659c7a
commit 4e9f08347b
10 changed files with 466 additions and 360 deletions

5
lib/cfg/dune Normal file
View File

@ -0,0 +1,5 @@
(library
(name cfg)
(public_name cfg))
(include_subdirs qualified)