node-nan 2.8.0-1 source package in Ubuntu

Changelog

node-nan (2.8.0-1) unstable; urgency=medium

  * New upstream version 2.8.0
  * Drop Andrew Kelley from Uploaders, no longer active
  * Standards-Version 4.1.1

 -- Jérémy Lal <email address hidden>  Wed, 22 Nov 2017 22:40:28 +0100

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.8.0-1.dsc 2.2 KiB 594b59c7b1927ac96bec508537f1398b33b0ed17a8151b5356a01bd15391c820
node-nan_2.8.0.orig.tar.gz 160.0 KiB 389f9518472afbdda6a3fdf65d75ed890cbcee475ee347663db219849cfeee16
node-nan_2.8.0-1.debian.tar.xz 5.1 KiB 2d1b2be4e8aa7ca4a55f7b98b41b6a74f9d0e8a51189147f9e6595cf4e59d96b

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.