File: control

package info (click to toggle)
golang-github-go-ldap-ldap 3.4.9-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 928 kB
  • sloc: makefile: 68
file content (41 lines) | stat: -rw-r--r-- 1,719 bytes parent folder | download
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
Source: golang-github-go-ldap-ldap
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Mathias Gibbens <gibmat@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-azure-go-ntlmssp-dev (>= 0.0~git20220621.cb9428e~),
               golang-github-google-uuid-dev,
               golang-github-jcmturner-gokrb5.v8-dev,
               golang-github-stretchr-testify-dev (>= 1.7.2~),
               golang-gopkg-asn1-ber.v1-dev (>= 1.5.4~)
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-ldap-ldap
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-ldap-ldap.git
Homepage: https://github.com/go-ldap/ldap
Rules-Requires-Root: no
XS-Go-Import-Path: gopkg.in/ldap.v2

Package: golang-github-go-ldap-ldap-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         golang-github-azure-go-ntlmssp-dev (>= 0.0~git20220621.cb9428e~),
         golang-github-google-uuid-dev,
         golang-github-jcmturner-gokrb5.v8-dev,
         golang-github-stretchr-testify-dev (>= 1.7.2~),
         golang-gopkg-asn1-ber.v1-dev (>= 1.5.4~)
Breaks: golang-github-canonical-candid-dev (<= 1.12.2-1)
Description: Basic LDAP v3 functionality for the Go programming language
 The ldap package provides basic LDAPv3 functionality for the Go
 programming language.
 Currently supported features include:
  - Connecting to LDAP server
  - Binding to LDAP server
  - Searching for entries
  - Compiling string filters to LDAP filters
  - Paging Search Results
  - Modify Requests / Responses