File: control

package info (click to toggle)
golang-github-go-ldap-ldap 2.4.1-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 316 kB
  • sloc: makefile: 30; sh: 1
file content (31 lines) | stat: -rw-r--r-- 1,148 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
Source: golang-github-go-ldap-ldap
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-gopkg-asn1-ber.v1-dev
Standards-Version: 3.9.8
Homepage: https://github.com/go-ldap/ldap
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-go-ldap-ldap.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-go-ldap-ldap.git
XS-Go-Import-Path: gopkg.in/ldap.v2

Package: golang-github-go-ldap-ldap-dev
Architecture: all
Depends: ${misc:Depends},
         golang-go,
         golang-gopkg-asn1-ber.v1-dev
Built-Using: ${misc:Built-Using}
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