node-nan 2.17.0-1ubuntu1 source package in Ubuntu

Changelog

node-nan (2.17.0-1ubuntu1) lunar; urgency=medium

  * Merge with Debian unstable (LP: #2002854). 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)

 -- Bryce Harrington <email address hidden>  Fri, 13 Jan 2023 12:53:01 -0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-nan_2.17.0.orig.tar.gz 175.2 KiB bcf5dfe59c26377b2096d903ecf6c2dbdae92528b1373a0565c40fe07537610d
node-nan_2.17.0-1ubuntu1.debian.tar.xz 6.3 KiB 2ddb11c4b93deba42fc75a8b3a28742987227613403acb25a41589fca057a172
node-nan_2.17.0-1ubuntu1.dsc 2.1 KiB 92524b10db278c39ec57c948103a7e5f23dda2b41546ff13c6415464867ecdaf

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.