node-nan 2.7.0-3 source package in Ubuntu

Changelog

node-nan (2.7.0-3) unstable; urgency=medium

  * Team upload
  * send some autopkgtest stderr to stdout. Fixing it.

 -- Bastien Roucariès <email address hidden>  Fri, 08 Sep 2017 12:31:20 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-nan_2.7.0-3.dsc 2.2 KiB 47c7173bab9711bf9ccb92eae99dcf60aecc8d445324d26313ee92cca44c5639
node-nan_2.7.0.orig.tar.gz 158.3 KiB e1a391ef2b21a0b700998f284f1acedabf4666f3e6d3f8986e53c22276b8af72
node-nan_2.7.0-3.debian.tar.xz 5.0 KiB c4c3218f552e90def4162353dbf9e2bbb36ef336e98189cc72f619d2c47ca334

Available diffs

No changes file available.

Binary packages built by this source

node-nan: Native Abstractions for Node.js

 A header file filled with macro and utility goodness for making addon
 development for Node.js easier across versions 0.8, 0.10 and 0.11, and
 eventually 0.12.
 .
 Thanks to the crazy changes in V8 (and some in Node core), keeping
 native addons compiling happily across versions, particularly 0.10 to
 0.11/0.12, is a minor nightmare. The goal of this project is to store
 all logic necessary to develop native Node.js addons without having to
 inspec NODE_MODULE_VERSION and get yourself into a macro-tangle.
 .
 This project also contains some helper utilities that make addon
 development a bit more pleasant.