File: control

package info (click to toggle)
node-ldapjs 2.3.3%2B~cs4.5.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,264 kB
  • sloc: javascript: 14,516; makefile: 31
file content (38 lines) | stat: -rw-r--r-- 1,104 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
Source: node-ldapjs
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-asn1 <!nocheck>
 , node-assert-plus <!nocheck>
 , node-backoff <!nocheck>
 , node-once <!nocheck>
 , node-tap <!nocheck>
 , node-tape <!nocheck>
 , node-vasync <!nocheck>
 , node-verror <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-ldapjs
Vcs-Git: https://salsa.debian.org/js-team/node-ldapjs.git
Homepage: http://ldapjs.org
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-ldapjs
Architecture: all
Depends: ${misc:Depends}
 , node-asn1
 , node-assert-plus
 , node-backoff
 , node-once
 , node-vasync
 , node-verror
Suggests: node-dtrace-provider
Provides: ${nodejs:Provides}
Description: LDAP toolbox for Node.js
 LDAPjs makes the LDAP protocol a first class citizen in Node.js. It provides
 both client and server libraries.
 .
 Node.js is an event-based server-side JavaScript engine.