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

Bug#753051: ITP: node-bindings -- Helper module for loading a native module's .node file



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

* Package name    : node-bindings
  Version         : 1.2.1
  Upstream Author : Nathan Rajlich <nathan@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 to: