File: control

package info (click to toggle)
lua-ldap 1.1.0-1-geeac494-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 236 kB
  • ctags: 216
  • sloc: ansic: 691; makefile: 20
file content (41 lines) | stat: -rw-r--r-- 1,461 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
30
31
32
33
34
35
36
37
38
39
40
41
Source: lua-ldap
Section: interpreters
Priority: optional
Maintainer: Luca Capello <luca@pca.it>
Uploaders: Enrico Tassi <gareuselesinge@debian.org>
Build-Depends: debhelper (>= 9), dh-lua (>= 12), libldap2-dev
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/collab-maint/lua-ldap.git -b debian
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/lua-ldap.git
Homepage: https://github.com/luaforge/lualdap

Package: lua-ldap
Architecture: any
Multi-Arch: same
Pre-Depends: multiarch-support
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: LDAP library for the Lua language
 This package contains the Lua LDAP library to:
  * Connect to an LDAP server (OpenLDAP or ADSI/WinLDAP);
  * Execute any operation (search, add, compare, delete, modify
    and rename);
  * Retrieve entries and references of the search result.
 .
 This package contains the runtime library.

Package: lua-ldap-dev
Architecture: any
Multi-Arch: same
Pre-Depends: multiarch-support
Depends: lua-ldap (= ${binary:Version}), ${misc:Depends}
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Section: libdevel
Description: LDAP development files for the Lua language
 This package contains the development files of the Lua LDAP library,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).
 .
 Documentation is also shipped within this package.