this repo has no description
1opam-version: "2.0" 2maintainer: "seb@mondet.org" 3build: [ 4 ["oasis" "setup"] 5 ["ocaml" "setup.ml" "-configure" "--prefix" prefix] 6 ["ocaml" "setup.ml" "-build"] 7] 8remove: [["ocamlfind" "remove" "simple_pam"]] 9depends: [ 10 "ocaml" 11 "oasis" 12 "ocamlfind" 13 "ocamlbuild" {build} 14] 15install: ["ocaml" "setup.ml" "-install"] 16synopsis: "Tiny binding around PAM" 17flags: light-uninstall 18url { 19 src: "https://github.com/smondet/simple_pam/tarball/0.1.1" 20 checksum: [ 21 "sha256=f1164fdb9e02bb3e22ec62e1085eabdf53fc9c28875877efdfa708cdf618a5b7" 22 "md5=589acde70edbf959107a483c807df778" 23 ] 24}