(lang dune 1.11)
(name hex)
(version 1.4.0)
(library
 (name hex)
 (kind normal)
 (archives (byte hex.cma) (native hex.cmxa))
 (plugins (byte hex.cma) (native hex.cmxs))
 (foreign_archives (native hex.a))
 (requires cstruct bigarray-compat)
 (main_module_name Hex)
 (modes byte native)
 (modules
  (singleton (name Hex) (obj_name hex) (visibility public) (impl) (intf))))
