File: control

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

Package: golang-openldap-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, libldap-2.4-2, libldap2-dev
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.