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

Bug#753327: marked as done (ITP: node-deferred-leveldown -- Handle delayed-open on LevelDOWN compatible libraries)



Your message dated Sat, 13 Sep 2014 09:31:34 -0700
with message-id <CACXN+=SioZ8WB_PbJCEL+ELe-0MzcVuB8wzhGkCcGwmeJMCBeA@mail.gmail.com>
and subject line I no longer intend to package this module.
has caused the Debian Bug report #753327,
regarding ITP: node-deferred-leveldown -- Handle delayed-open on LevelDOWN compatible libraries
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.)


-- 
753327: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753327
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-deferred-leveldown
  Version         : 0.2.0
  Upstream Author : Rod Vagg <r@va.gg>
* URL             : https://github.com/Level/deferred-leveldown
* License         : Expat
  Programming Lang: _javascript_
  Description     : Handle delayed-open on LevelDOWN compatible libraries - Node.js module

 deferred-leveldown is a Node.js module which provides a mock LevelDOWN
 implementation that queues operations while a real LevelDOWN instance is
 being opened.
 .
 DeferredLevelDOWN implements the basic AbstractLevelDOWN API so it can be
 used as a drop-in replacement where LevelDOWN is needed.
 .
 put(), get(), del() and batch() operations are all queued and kept in memory
 until a new LevelDOWN-compatible object can be supplied.
 .
 The setDb(db) method is used to supply a new LevelDOWN object. Once received,
 all queued operations are replayed against that object, in order.
 .
 batch() operations will all be replayed as the array form. Chained-batch
 operations are converted before being stored.
 .
 Node.js is an event-based server-side _javascript_ engine.


--- End Message ---
--- Begin Message ---


--- End Message ---

Reply to: