summaryrefslogtreecommitdiff
path: root/debian/control
blob: c72b85da147764ba623c973bfebf751de6cf34bc (plain)
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.