(lang dune 2.9)
(name hex)
(version 1.5.0)
(library
 (name hex)
 (kind normal)
 (archives (byte hex.cma) (native hex.cmxa))
 (plugins (byte hex.cma) (native hex.cmxs))
 (native_archives hex.a)
 (requires cstruct)
 (main_module_name Hex)
 (modes byte native)
 (modules
  (singleton (name Hex) (obj_name hex) (visibility public) (impl) (intf))))
