File: control

package info (click to toggle)
node-leveldown 1.5.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 424 kB
  • sloc: cpp: 1,844; sh: 75; makefile: 22
file content (30 lines) | stat: -rw-r--r-- 1,078 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
Source: node-leveldown
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>
Section: javascript
Priority: optional
Build-Depends: debhelper (>= 11~),
               node-nan (>= 1.8.4),
               node-gyp,
               libnode-dev,
               libleveldb-dev,
               libsnappy-dev
Standards-Version: 4.3.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

Package: node-leveldown
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         nodejs,
         node-nan (>= 2.0.0),
         node-bindings,
         node-abstract-leveldown (>= 2.4.0)
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.