File: control

package info (click to toggle)
libnet-ldapapi-perl 3.0.4-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 444 kB
  • ctags: 139
  • sloc: perl: 3,882; makefile: 26; ansic: 9
file content (18 lines) | stat: -rw-r--r-- 744 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libnet-ldapapi-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50), perl, libldap2-dev, libsasl2-dev
Maintainer: Bill MacAllister <bill@ca-zephyr.org>
Uploaders: Russ Allbery <rra@debian.org>
Standards-Version: 3.9.8
Homepage: https://github.com/quanah/net-ldapapi

Package: libnet-ldapapi-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
 libconvert-asn1-perl
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.