(lang dune 3.21)
(name hmap)
(version 0.8.0)
(sections
 (lib /usr/lib64/ocaml/hmap)
 (libexec /usr/lib64/ocaml/hmap)
 (doc /usr/doc/hmap))
(files
 (lib
  (META
   dune-package
   hmap.a
   hmap.cma
   hmap.cmi
   hmap.cmt
   hmap.cmti
   hmap.cmx
   hmap.cmxa
   hmap.ml
   hmap.mli
   opam))
 (libexec (hmap.cmxs))
 (doc (CHANGES.md LICENSE.md README.md)))
(library
 (name hmap)
 (kind normal)
 (archives (byte hmap.cma) (native hmap.cmxa))
 (plugins (byte hmap.cma) (native hmap.cmxs))
 (native_archives hmap.a)
 (modes byte native)
 (modules
  (singleton
   (obj_name hmap)
   (visibility public)
   (source (path Hmap) (intf (path hmap.mli)) (impl (path hmap.ml))))))
