opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
build: make
remove: [["ocamlfind" "remove" "ocaml-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.0/ocaml-safepass-1.0.tgz"
  checksum: "md5=f2bc70c19e61017fe8d45beb252f5ee1"
}
