Source: node-abstract-leveldown
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 12),
               nodejs,
               node-rimraf,
               node-sinon (>= 7.4.2),
               node-tape,
               pkg-js-tools (>= 0.8.6)
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/js-team/node-abstract-leveldown
Vcs-Git: https://salsa.debian.org/js-team/node-abstract-leveldown.git
Homepage: https://github.com/rvagg/node-abstract-leveldown
Rules-Requires-Root: no

Package: node-abstract-leveldown
Architecture: all
Depends: ${misc:Depends},
         nodejs
Description: Abstract prototype matching the LevelDOWN API - Node.js module
 abstract-leveldown is a Node.js module which is an abstract prototype
 matching the LevelDOWN API. Useful for extending LevelUP functionality by
 providing a replacement to LevelDOWN.
 .
 Node.js is an event-based server-side JavaScript engine.
