node-nan 2.15.0-1 source package in Ubuntu

Changelog

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

  * Team upload
  * New upstream version
  * Fix the example file.
  * Test the example during build.

 -- Bastien Roucariès <email address hidden>  Sun, 19 Sep 2021 15:16:41 +0000

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-nan_2.15.0-1.dsc 2.1 KiB fdfb13ec169c38a2c48a6e1f7e26be6095ea789644a8ef3db4c5f3b87b6e4530
node-nan_2.15.0.orig.tar.gz 175.1 KiB 13bb12054ae30464f2e4d0f54ef9ee107f8c53069c27bce275d52fa83384ba1a
node-nan_2.15.0-1.debian.tar.xz 5.6 KiB 5c7a90f7f7eca380ff49541f41adbd97c769bdc3ee18ba046f31bd8c0d99ca18

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.
 .
 Keeping native addons compiling happily across versions, particularly
 is a minor nightmare, due to API/ABI incompatibilities.
 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.
 .
 Node.js is an event-based server-side JavaScript engine.