File: control

package info (click to toggle)
libnet-ldapapi-perl 3.0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 456 kB
  • sloc: perl: 3,913; ansic: 9; makefile: 8
file content (29 lines) | stat: -rw-r--r-- 886 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
Source: libnet-ldapapi-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libldap2-dev,
 libsasl2-dev,
 perl,
Rules-Requires-Root: no
Maintainer: Bill MacAllister <bill@ca-zephyr.org>
Uploaders:
 Russ Allbery <rra@debian.org>,
Standards-Version: 4.5.1
Homepage: https://github.com/quanah/net-ldapapi
Vcs-Browser: https://github.com/whm/libnet-ldapapi-perl
Vcs-Git: https://github.com/whm/libnet-ldapapi-perl

Package: libnet-ldapapi-perl
Architecture: any
Depends:
 libconvert-asn1-perl,
 ${misc:Depends},
 ${perl:Depends},
 ${shlibs:Depends},
Description: Perl bindings for OpenLDAP C API
 Net::LDAPapi provides a Perl interface to the OpenLDAP C libraries.
 Both the original "C API" and new "Perl OO" style interface methods
 are supported.  This module differs from Net::LDAP in that it
 uses C bindings to achieve significant performance improvements.