Your message dated Sat, 13 Sep 2014 09:30:32 -0700
with message-id
<CACXN+=QimWgMAZaNJps4tz1mLw=maeonxdbftnsbuhsh4nt...@mail.gmail.com>
and subject line I no longer intend to package this module.
has caused the Debian Bug report #753351,
regarding ITP: node-levelup -- Fast & simple storage - a Node.js-style LevelDB
wrapper
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
753351: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753351
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Andrew Kelley <[email protected]>
X-Debbugs-CC: [email protected]
* Package name : node-levelup
Version : 0.18.5
Upstream Author : Rod Vagg <[email protected]>
* URL : https://github.com/rvagg/node-levelup
* License : Expat
Programming Lang: JavaScript
Description : Fast & simple storage - a Node.js-style LevelDB wrapper
LevelDB is a simple key/value data store built by Google, inspired by
BigTable.
It's used in Google Chrome and many other products. LevelDB supports
arbitrary
byte arrays as both keys and values, singular get, put and delete
operations,
batched put and delete, bi-directional iterators and simple compression
using
the very fast Snappy algorithm.
.
LevelUP aims to expose the features of LevelDB in a Node.js-friendly way.
All
standard Buffer encoding types are supported, as is a special JSON
encoding.
LevelDB's iterators are exposed as a Node.js-style readable stream a
matching
writeable stream converts writes to batch operations.
.
LevelDB stores entries sorted lexicographically by keys. This makes
LevelUP's
ReadStream interface a very powerful query mechanism.
.
Node.js is an event-based server-side JavaScript engine.
--- End Message ---
--- Begin Message ---
--- End Message ---