1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
Source: ocamlpam
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Stephane Glondu <steph@glondu.net>
DM-Upload-Allowed: yes
Build-Depends: cdbs, debhelper (>= 7),
libpam-dev,
ocaml-nox
Standards-Version: 3.8.0
Section: libs
Homepage: http://sharvil.nanavati.net/projects/ocamlpam/
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocamlpam.git
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocamlpam.git
Package: libpam-ocaml-dev
Section: libdevel
Architecture: any
Depends: ocaml-nox-${F:OCamlABI},
libpam-ocaml (= ${binary:Version}),
libpam-dev
Suggests: ocaml-findlib
Description: OCaml bindings for the PAM library
OCamlPAM is a wrapper for the Pluggable Authentication Modules (PAM)
library. PAM provides a flexible mechanism for authenticating users
via administrator-defined policies. PAM has modules for
authenticating via Unix passwd files, Kerberos, LDAP, etc. Additional
modules for custom authentication mechanisms can be created and
deployed without recompiling existing services based on
PAM. Moreover, policies defining the authentication requirements can
be changed at runtime without restarting running services.
.
This package contains the development stuff you need to use the
OCamlPAM library in your programs.
Package: libpam-ocaml
Section: libs
Architecture: any
Depends: ocaml-base-nox-${F:OCamlABI},
${shlibs:Depends}, ${misc:Depends}
Description: OCaml bindings for the PAM library
OCamlPAM is a wrapper for the Pluggable Authentication Modules (PAM)
library. PAM provides a flexible mechanism for authenticating users
via administrator-defined policies. PAM has modules for
authenticating via Unix passwd files, Kerberos, LDAP, etc. Additional
modules for custom authentication mechanisms can be created and
deployed without recompiling existing services based on
PAM. Moreover, policies defining the authentication requirements can
be changed at runtime without restarting running services.
.
This package contains only the shared runtime stub library for
OCamlPAM.
|