Source: node-sorted-btree
Section: javascript
Maintainer: Debian Javascript Maintainers <debian-js@lists.debian.org>
Uploaders: Emfox Zhou <emfox@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , node-typescript
 , node-uglify-js
 , nodejs <!nocheck>
Standards-Version: 4.7.4.1
Homepage: https://github.com/qwertie/btree-typescript
Vcs-Git: https://salsa.debian.org/js-team/node-sorted-btree.git
Vcs-Browser: https://salsa.debian.org/js-team/node-sorted-btree

Package: node-sorted-btree
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: sorted key-value map backed by a B+ tree
 sorted-btree provides a sorted list of key-value pairs in a fast, typed,
 in-memory B+ tree with a full Map-like API: iteration in key order, range
 queries, clone-on-write copies and set operations (union, intersect,
 subtract, diff) through the sorted-btree/extended entry point.
 .
 Node.js is an event-based server-side JavaScript engine.
