(lang dune 2.9)
(name gmap)
(version 0.3.0)
(library
 (name gmap)
 (kind normal)
 (archives (byte gmap.cma) (native gmap.cmxa))
 (plugins (byte gmap.cma) (native gmap.cmxs))
 (native_archives gmap.a)
 (main_module_name Gmap)
 (modes byte native)
 (modules
  (singleton (name Gmap) (obj_name gmap) (visibility public) (impl) (intf))))
