(lang dune 1.11)
(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))
 (foreign_archives (native gmap.a))
 (main_module_name Gmap)
 (modes byte native)
 (modules
  (singleton (name Gmap) (obj_name gmap) (visibility public) (impl) (intf))))
