node-addon-api 8.0.0-1 source package in Ubuntu
Changelog
node-addon-api (8.0.0-1) unstable; urgency=medium * New upstream version 8.0.0 * Standards-Version 4.6.2 -- Jérémy Lal <email address hidden> Fri, 05 Apr 2024 10:28:51 +0200
Upload details
- Uploaded by:
- Debian Javascript Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Javascript Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Oracular | release | universe | misc | |
Noble | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-addon-api_8.0.0-1.dsc | 2.1 KiB | 6e7fae4131465644e54880cfea6e100489c69d9cad8785df4bf2dfd874c6e429 |
node-addon-api_8.0.0.orig.tar.gz | 235.1 KiB | 42424c5206b9d67b41af4fcff5d6e3cb22074168035a03b8467852938a281d47 |
node-addon-api_8.0.0-1.debian.tar.xz | 2.9 KiB | 259d547ddfd78bd4c1f4dfc03a8d7edf6825e4930b5b26e5ca8472cec35ffde4 |
Available diffs
- diff from 5.0.0-5 to 8.0.0-1 (148.2 KiB)
No changes file available.
Binary packages built by this source
- node-addon-api: Node.js header-only C++ wrapper classes
node-addon-api contains header-only C++ wrapper classes which simplify
the use of the C based Node-API provided by Node.js when using C++. It
provides a C++ object model and exception handling semantics with low
overhead.
.
There are three options for implementing addons: Node-API, nan, or direct
use of internal V8, libuv and Node.js libraries. Unless there is a need for
direct access to functionality which is not exposed by Node-API as outlined
in C/C++ addons in Node.js core, use Node-API.
.
Node.js is an event-based server-side JavaScript engine.