[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51838] [PATCH v3 33/43] gnu: Add node-serialport-binding-abstract.
From: |
Philip McGrath |
Subject: |
[bug#51838] [PATCH v3 33/43] gnu: Add node-serialport-binding-abstract. |
Date: |
Wed, 8 Dec 2021 15:28:28 -0500 |
* gnu/packages/node-xyz.scm (node-serialport-binding-abstract): New variable.
---
gnu/packages/node-xyz.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm
index 27506062ba..69182ffcbf 100644
--- a/gnu/packages/node-xyz.scm
+++ b/gnu/packages/node-xyz.scm
@@ -891,3 +891,37 @@ (define-public node-segfault-handler
well-behaved. If a @code{SIGSEGV} signal is raised, the module will print a
native stack trace to both STDERR and to a timestamped file.")
(license license:bsd-3)))
+
+(define-public node-serialport-binding-abstract
+ (package
+ (name "node-serialport-binding-abstract")
+ (version "9.2.3")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/serialport/node-serialport")
+ (commit "v9.2.7")))
+ (file-name (git-file-name "serialport-monorepo" version))
+ (sha256
+ (base32 "0x7zm59a5ff5yygjyw15xs3r5m3rb8av1yfrh4snn44mrwq87yg8"))))
+ (build-system node-build-system)
+ (arguments
+ `(#:absent-dependencies
+ `("debug")
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'chdir
+ (lambda args
+ (chdir "packages/binding-abstract"))))
+ #:tests? #f))
+ (home-page "https://serialport.io")
+ (synopsis "Abstract base class for Node SerialPort bindings")
+ (description "Node SerialPort is a modular suite of Node.js packages for
+accessing serial ports. The Guix package @code{node-serialport} provides the
+recommended high-level interface.
+
+This package provides the @code{AbstractBinding} class, the base for all Node
+SerialPort bindings. You wouldn't use this class directly, but instead extend
+it to make a new binding for a different platform or underling technology.")
+ (license license:expat)))
--
2.32.0
- [bug#51838] [PATCH v3 26/43] gnu: Add node-nan., (continued)
- [bug#51838] [PATCH v3 26/43] gnu: Add node-nan., Philip McGrath, 2021/12/12
- [bug#51838] [PATCH v3 15/43] gnu: node-wrappy: Use #:absent-dependencies., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 29/43] gnu: Add node-sqlite3., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 29/43] gnu: Add node-sqlite3., Pierre Langlois, 2021/12/12
- [bug#51838] [PATCH v3 29/43] gnu: Add node-sqlite3., Philip McGrath, 2021/12/12
- [bug#51838] [PATCH v3 18/43] gnu: node-irc: Use #:absent-dependencies., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 19/43] guix: node-build-system: Add implicit libuv input., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 23/43] gnu: Add node-safe-buffer., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 38/43] gnu: Add node-serialport-parser-ready., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 27/43] gnu: Add node-openzwave-shared., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 33/43] gnu: Add node-serialport-binding-abstract.,
Philip McGrath <=
- [bug#51838] [PATCH v3 41/43] gnu: Add node-serialport-parser-byte-length., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 43/43] gnu: Add node-serialport., Philip McGrath, 2021/12/08
- [bug#51838] [PATCH v3 00/43] guix: node-build-system: Support compiling add-ons with node-gyp., Pierre Langlois, 2021/12/12
- [bug#51838] [PATCH v3 00/43] guix: node-build-system: Support compiling add-ons with node-gyp., Pierre Langlois, 2021/12/12
- [bug#51838] [PATCH v3 00/43] guix: node-build-system: Support compiling add-ons with node-gyp., Philip McGrath, 2021/12/12
[bug#51838] [PATCH 00/11] guix: node-build-system: Support compiling add-ons with node-gyp., Philip McGrath, 2021/12/02
[bug#51838] [PATCH 00/11] guix: node-build-system: Support compiling add-ons with node-gyp., Philip McGrath, 2021/12/02
[bug#51838] [PATCH 00/11] guix: node-build-system: Support compiling add-ons with node-gyp., Philip McGrath, 2021/12/02
[bug#51838] [PATCH 00/11] guix: node-build-system: Support compiling add-ons with node-gyp., Philip McGrath, 2021/12/02