Package: wnpp
Severity: wishlist
Owner: Andrew Kelley <superjo...@gmail.com>
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name    : node-bindings
  Version         : 1.2.1
  Upstream Author : Nathan Rajlich <nat...@tootallnate.net> (
http://tootallnate.net)
* URL             : https://github.com/TooTallNate/node-bindings
* License         : Expat
  Programming Lang: JavaScript
  Description     : Helper module for loading a native module's .node file
- Node.js module

 bindings is a Node.js module for require()ing a native module's .node file.
 .
 Throughout the course of Node.js's native addon history, addons have ended
up
 being compiled in a variety of different places, depending on which build
tool
 and which version of node was used. To make matters worse, now the gyp
build
 tool can produce either a Release or Debug build, each being built into
 different locations.
 .
 This module checks all the possible locations that a native addon would be
 built at, and returns the first one that loads successfully.
 .
 Node.js is an event-based server-side JavaScript engine.

Reply via email to