1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: php-net-ldap3
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Vincent Bernat <bernat@debian.org>,
Guilhem Moulin <guilhem@debian.org>
Build-Depends: debhelper-compat (= 13), pkg-php-tools (>= 1.7~)
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/php-team/pear/php-net-ldap3.git
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-net-ldap3
Homepage: https://git.kolab.org/diffusion/PNL/
Rules-Requires-Root: no
Package: php-net-ldap3
Architecture: all
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Suggests: ${phpcomposer:Debian-suggest}
Replaces: ${phpcomposer:Debian-replace}
Breaks: ${phpcomposer:Debian-replace}
Provides: ${phpcomposer:Debian-provide}
Description: Object oriented interface for searching and manipulating LDAP entries
${phpcomposer:description}. It enables access to LDAP directories
with an object-oriented interface. It layers on top of PEAR:Net_LDAP2.
|