opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
build: make
remove: [["ocamlfind" "remove" "safepass"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
]
install: [make "install"]
synopsis: "A library enabling the safe storage of user passwords"
flags: light-uninstall
url {
  src:
    "https://download.ocamlcore.org/ocaml-safepass/ocaml-safepass/1.2/ocaml-safepass-1.2.tgz"
  checksum: "md5=a7bd5144a4ba7a1298d18f3ebb9850f5"
}
