(lang dune 2.9)
(name config-file)
(library
 (name config-file)
 (kind normal)
 (archives (byte config_file.cma))
 (plugins (byte config_file.cma))
 (main_module_name Config_file)
 (modes byte)
 (modules
  (singleton
   (name Config_file)
   (obj_name config_file)
   (visibility public)
   (impl)
   (intf))))
