套件:node-bindings(1.5.0-2)
node-bindings 的相關連結
Debian 的資源:
下載原始碼套件 node-bindings:
- [node-bindings_1.5.0-2.dsc]
- [node-bindings_1.5.0.orig-file-uri-to-path.tar.gz]
- [node-bindings_1.5.0.orig.tar.gz]
- [node-bindings_1.5.0-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
resolve path to c++ addons built by node-gyp - Node.js module
Throughout the course of Node.js's native addon history, addons have ended up being compiled in a variety of different places, depending on which build tool and which version of Node.js was used. In addition, the gyp build tool can produce either a Release or Debug build, each being built into different locations.
This module checks all the possible locations that a native addon would be built at, and returns the first one that loads successfully.
In Debian, addons are always built in the same place - in the Release directory. This module allows upstream code to remain unchanged regardless of the environment it is built in.
Node.js is an event-based server-side JavaScript engine.