opam-version: "2.0"
maintainer: "Dario Teixeira <dario.teixeira@nleyten.com>"
authors: ["Dario Teixeira <dario.teixeira@nleyten.com>"]
homepage: "http://ocaml-safepass.forge.ocamlcore.org/"
bug-reports: "https://github.com/darioteixeira/ocaml-safepass/issues"
dev-repo: "git+https://github.com/darioteixeira/ocaml-safepass.git"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
build: [
    ["./configure" "--prefix" prefix "--docdir" "%{doc}%/safepass"]
    [make]
    [make "doc"]
]
install: [[make "install"]]
remove: [["ocamlfind" "remove" "safepass"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
]
synopsis: "A library enabling the safe storage of user passwords"
flags: light-uninstall
url {
  src:
    "https://download.ocamlcore.org/ocaml-safepass/ocaml-safepass/1.3/ocaml-safepass-1.3.tgz"
  checksum: "md5=ff0888cb9423db5f6333abb797be3484"
}
