(lang dune 2.9)
(name safepass)
(version 3.0)
(library
 (name safepass)
 (kind normal)
 (synopsis "Facilities for the safe storage of user passwords")
 (archives (byte safepass.cma) (native safepass.cmxa))
 (plugins (byte safepass.cma) (native safepass.cmxs))
 (foreign_objects bcrypt_stub.o crypt_blowfish.o)
 (foreign_archives libsafepass_stubs.a)
 (native_archives safepass.a)
 (modes byte native)
 (modules
  (singleton
   (name Bcrypt)
   (obj_name bcrypt)
   (visibility public)
   (impl)
   (intf))))
