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]
15dev-repo: "git+https://github.com/smondet/simple_pam"
16install: ["ocaml" "setup.ml" "-install"]
17synopsis: "Tiny binding around PAM"
18flags: light-uninstall
19url {
20 src: "https://github.com/smondet/simple_pam/archive/0.1.2.tar.gz"
21 checksum: [
22 "sha256=8e1343005203f0cabc754b6c55df982eaa3b60e0b3406d1a9594b2421e9acf88"
23 "md5=a9b31e00f2c747840fd438baa78c6ef7"
24 ]
25}