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