(lang dune 3.17)
(name hex)
(version 1.5.0)
(sections
 (lib /usr/lib/arm-linux-gnueabihf/ocaml/5.3.0/hex)
 (doc /usr/doc/hex))
(files
 (lib
  (META dune-package hex.cma hex.cmi hex.cmt hex.cmti hex.ml hex.mli opam))
 (doc (CHANGES.md LICENSE.md README.md)))
(library
 (name hex)
 (kind normal)
 (archives (byte hex.cma))
 (plugins (byte hex.cma))
 (requires cstruct)
 (main_module_name Hex)
 (modes byte)
 (modules
  (singleton
   (obj_name hex)
   (visibility public)
   (source (path Hex) (intf (path hex.mli)) (impl (path hex.ml))))))
