File: control

package info (click to toggle)
node-leveldown 5.6.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 812 kB
  • sloc: javascript: 5,568; cpp: 1,254; ansic: 191; makefile: 12
file content (43 lines) | stat: -rw-r--r-- 1,219 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
42
43
Source: node-leveldown
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , libleveldb-dev
 , libnode-dev
 , libsnappy-dev
 , node-abstract-leveldown
 , node-after <!nocheck>
 , node-async-each <!nocheck>
 , node-bindings
 , node-gyp
 , node-nan
 , node-tape <!nocheck>
 , node-temp <!nocheck>
 , node-unique-string <!nocheck>
 , dh-sequence-nodejs
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-leveldown
Vcs-Git: https://salsa.debian.org/js-team/node-leveldown.git
Homepage: https://github.com/Level/leveldown
Rules-Requires-Root: no

Package: node-leveldown
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends}
 , ${shlibs:Depends}
 , node-abstract-leveldown
 , node-bindings
 , node-nan
 , nodejs
Description: LevelDB bindings - Node.js module
 LevelDOWN provides a Node.js JavaScript API to the LevelDB C library. It
 provides the ability to open and close a LevelDB instance, as well as the
 put, get, del, and batch operations.
 .
 Node.js is an event-based server-side javascript engine.