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