(lang dune 3.22)
(name hkdf)
(version 1.0.4)
(sections
 (lib /usr/lib/ocaml/hkdf)
 (libexec /usr/lib/ocaml/hkdf)
 (doc /.omit/hkdf))
(files
 (lib
  (META
   dune-package
   hkdf.a
   hkdf.cma
   hkdf.cmi
   hkdf.cmt
   hkdf.cmti
   hkdf.cmx
   hkdf.cmxa
   hkdf.ml
   hkdf.mli
   opam))
 (libexec (hkdf.cmxs))
 (doc (CHANGES.md LICENSE.md README.md)))
(library
 (name hkdf)
 (kind normal)
 (archives (byte hkdf.cma) (native hkdf.cmxa))
 (plugins (byte hkdf.cma) (native hkdf.cmxs))
 (native_archives hkdf.a)
 (requires cstruct mirage-crypto)
 (main_module_name Hkdf)
 (modes byte native)
 (modules
  (singleton
   (obj_name hkdf)
   (visibility public)
   (source (path Hkdf) (intf (path hkdf.mli)) (impl (path hkdf.ml))))))
