[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51838] [PATCH v9 27/41] gnu: Add node-bindings.
From: |
Philip McGrath |
Subject: |
[bug#51838] [PATCH v9 27/41] gnu: Add node-bindings. |
Date: |
Sat, 8 Jan 2022 03:42:15 -0500 |
* gnu/packages/node-xyz.scm (node-bindings): New variable.
---
gnu/packages/node-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm
index c35ae10990..70dc08debe 100644
--- a/gnu/packages/node-xyz.scm
+++ b/gnu/packages/node-xyz.scm
@@ -884,3 +884,29 @@ (define-public node-file-uri-to-path
URI to a file path. It accepts a @code{file:} URI and returns a file path
suitable for use with the @code{fs} module functions.")
(license license:expat)))
+
+(define-public node-bindings
+ (package
+ (name "node-bindings")
+ (version "1.5.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/TooTallNate/node-bindings")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "100gp6kpjvd4j1dqnp0sbjr1hqx5mz7r61q9qy527jyhk9mj47wk"))))
+ (inputs
+ (list node-file-uri-to-path))
+ (build-system node-build-system)
+ (arguments
+ ;; there are no tests
+ `(#:tests? #f))
+ (home-page "https://github.com/TooTallNate/node-bindings")
+ (synopsis "Help for loading your native module's @code{.node} file")
+ (description "This is a helper module for authors of Node.js native addon
+modules. It is basically the ``swiss army knife'' of @code{require()}ing your
+native module's @code{.node} file.")
+ (license license:expat)))
--
2.32.0
- [bug#51838] [PATCH v9 21/41] gnu: Add node-readable-stream., (continued)
- [bug#51838] [PATCH v9 21/41] gnu: Add node-readable-stream., Philip McGrath, 2022/01/08
- [bug#51838] [PATCH v9 19/41] gnu: Add node-safe-buffer., Philip McGrath, 2022/01/08
- [bug#51838] [PATCH v9 20/41] gnu: Add node-string-decoder., Philip McGrath, 2022/01/08
- [bug#51838] [PATCH v9 22/41] gnu: Add node-nan., Philip McGrath, 2022/01/08
- [bug#51838] [PATCH v9 26/41] gnu: Add node-file-uri-to-path., Philip McGrath, 2022/01/08
- [bug#51838] [PATCH v9 29/41] gnu: Add node-ms., Philip McGrath, 2022/01/08
- [bug#51838] [PATCH v9 24/41] gnu: Add node-addon-api., Philip McGrath, 2022/01/08
- [bug#51838] [PATCH v9 28/41] gnu: Add node-segfault-handler., Philip McGrath, 2022/01/08
- [bug#51838] [PATCH v9 25/41] gnu: Add node-sqlite3., Philip McGrath, 2022/01/08
- [bug#51838] [PATCH v9 30/41] gnu: Add node-debug., Philip McGrath, 2022/01/08
- [bug#51838] [PATCH v9 27/41] gnu: Add node-bindings.,
Philip McGrath <=
- [bug#51838] [PATCH v9 31/41] gnu: Add node-serialport-binding-abstract., Philip McGrath, 2022/01/08
- [bug#51838] [PATCH v9 32/41] gnu: Add node-serialport-parser-delimiter., Philip McGrath, 2022/01/08
- [bug#51838] [PATCH v9 33/41] gnu: Add node-serialport-parser-readline., Philip McGrath, 2022/01/08
- [bug#51838] [PATCH v9 35/41] gnu: Add node-serialport-parser-regex., Philip McGrath, 2022/01/08
- [bug#51838] [PATCH v9 41/41] gnu: Add node-serialport., Philip McGrath, 2022/01/08
- [bug#51838] [PATCH v9 34/41] gnu: Add node-serialport-bindings., Philip McGrath, 2022/01/08
- [bug#51838] [PATCH v9 40/41] gnu: Add node-serialport-stream., Philip McGrath, 2022/01/08
- [bug#51838] [PATCH v9 39/41] gnu: Add node-serialport-parser-byte-length., Philip McGrath, 2022/01/08
- [bug#51838] [PATCH v9 37/41] gnu: Add node-serialport-parser-inter-byte-timeout., Philip McGrath, 2022/01/08
- [bug#51838] [PATCH v9 36/41] gnu: Add node-serialport-parser-ready., Philip McGrath, 2022/01/08