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