node-nan 2.18.0-1ubuntu1 source package in Ubuntu

Changelog

node-nan (2.18.0-1ubuntu1) noble; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - d/p/disable-test-for-s390x.patch: Disable part of strings-test
      + This test case breaks on s390x, presumably due to endian issue
        (LP #1967589)

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

  * New upstream version 2.18.0

node-nan (2.17.0-2) unstable; urgency=medium

  * Team upload
  * Update standards version to 4.6.2, no changes needed.
  * Fix clean (Closes: #1049113)

 -- Bryce Harrington <email address hidden>  Thu, 15 Feb 2024 22:50:57 -0800

Upload details

Uploaded by:
Bryce Harrington
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-nan_2.18.0.orig.tar.gz 176.4 KiB 376361b98b931840804f8a145b28fa32c8da2634a3f93c2cbc7fdb14c6274b71
node-nan_2.18.0-1ubuntu1.debian.tar.xz 6.4 KiB 1174e0d0aa7e3ca9c3ac484d4d5e0d10c9bd026e34ef81097923921e90c9a597
node-nan_2.18.0-1ubuntu1.dsc 2.1 KiB 377afaecd3768f43779b69ac9679f3519456ef4501be611cc6095dff5775b6e9

View changes file

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.