opam-version: "2.0"
maintainer: "seb@mondet.org"
build: [
  ["oasis" "setup"]
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [["ocamlfind" "remove" "simple_pam"]]
depends: [
  "ocaml"
  "oasis"
  "ocamlfind"
  "ocamlbuild" {build}
]
install: ["ocaml" "setup.ml" "-install"]
synopsis: "Tiny binding around PAM"
flags: light-uninstall
url {
  src: "https://github.com/smondet/simple_pam/tarball/0.1.1"
  checksum: "md5=589acde70edbf959107a483c807df778"
}
