opam-version: "2.0"
maintainer: "vb@luminar.eu.org"
build: make
remove: [["ocamlfind" "remove" "crypt"]]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/vbmithr/ocaml-crypt"
install: [make "install"]
synopsis: "Tiny binding for the unix crypt function"
flags: light-uninstall
url {
  src: "https://github.com/vbmithr/ocaml-crypt/archive/1.1.tar.gz"
  checksum: "md5=d0427f1157f440012443f4f123a8de49"
}
