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
|
Source: golang-github-msteinert-pam
Section: devel
Priority: extra
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
dh-golang,
golang-any,
golang-github-bgentry-speakeasy-dev,
libpam0g-dev
Standards-Version: 4.1.0
Homepage: https://github.com/msteinert/pam
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-msteinert-pam
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-msteinert-pam.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/msteinert/pam
Package: golang-github-msteinert-pam-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-github-bgentry-speakeasy-dev
Description: Go wrapper module for the PAM API
This library provides a wrapper for the Pluggable Authentication
Modules (PAM) API. This wrapper includes session management,
authentication, account management, etc.
.
Documentation: https://godoc.org/github.com/msteinert/pam
|