(lang dune 2.9)
(name jst-config)
(version v0.14.0)
(library
 (name jst-config)
 (kind normal)
 (archives (byte config_h.cma))
 (plugins (byte config_h.cma))
 (main_module_name Config_h)
 (modes byte)
 (modules
  (wrapped
   (main_module_name Config_h)
   (alias_module
    (name Config_h)
    (obj_name config_h)
    (visibility public)
    (kind alias)
    (impl))
   (wrapped true))))
