[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#753351: marked as done (ITP: node-levelup -- Fast & simple storage - a Node.js-style LevelDB wrapper)



Your message dated Sat, 13 Sep 2014 09:30:32 -0700
with message-id <CACXN+=QimWgMAZaNJps4tz1mLw=mAeONXDbfTnSbUhSH4nTEWA@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 owner@bugs.debian.org
immediately.)


-- 
753351: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753351
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Andrew Kelley <superjoe30@gmail.com>
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name    : node-levelup
  Version         : 0.18.5
  Upstream Author : Rod Vagg <r@va.gg>
* 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 ---

Reply to: