(lang dune 2.9)
(name pbkdf)
(library
 (name pbkdf)
 (kind normal)
 (archives (byte pbkdf.cma))
 (plugins (byte pbkdf.cma))
 (requires cstruct mirage-crypto)
 (main_module_name Pbkdf)
 (modes byte)
 (modules
  (singleton (name Pbkdf) (obj_name pbkdf) (visibility public) (impl) (intf))))
