File: control

package info (click to toggle)
golang-openldap 0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 420 kB
  • ctags: 1,954
  • sloc: ansic: 3,635; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 781 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: golang-openldap
Section: devel
Priority: extra
Maintainer: Tonnerre Lombard <tonnerre@ancient-solutions.com>
Build-Depends: debhelper (>= 9.0.0), dh-golang (>= 1.3),
               golang-go (>= 1.0), libldap2-dev
Standards-Version: 3.9.4
Homepage: https://github.com/mqu/openldap/
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-openldap.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-go/packages/golang-openldap.git;a=summary

Package: golang-openldap-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, libldap-2.4-2
Description: OpenLDAP client integration for Go, using cgo
 LDAP client library based on the official C client library from the
 OpenLDAP team. This is basically just a thin wrapper allowing to call
 the C API from Go.