opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/pam" bug-reports: "https://github.com/janestreet/pam/issues" dev-repo: "git+https://github.com/janestreet/pam.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/pam/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "5.1.0"} "core" {>= "v0.17" & < "v0.18"} "ppx_jane" {>= "v0.17" & < "v0.18"} "conf-pam" "dune" {>= "3.11.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "OCaml bindings for the Linux-PAM library" description: " This provides OCaml bindings for the Linux-PAM (Pluggable Authentication Modules for Linux) library. It allows OCaml programs to delegate authentication tasks to the Linux-PAM framework. " depexts: [ ["pam-devel"] {os-family = "fedora"} ] url { src: "https://github.com/janestreet/pam/archive/refs/tags/v0.17.0.tar.gz" checksum: "sha256=1e621780f3ae4524783c4993f5236abaaf7bd4bfd9aa4dba741db7102f94a851" }