gnu: liblxi: Edit description.
* gnu/packages/hardware.scm (liblxi)[synopsis]: Use @acronym{}. [description]: Likewise. Expand.master
parent
03f618d63f
commit
5f520cc756
|
@ -1415,11 +1415,13 @@ confused with the @code{cpuid} command line utility from package @code{cpuid}.")
|
||||||
(inputs
|
(inputs
|
||||||
(list avahi libtirpc libxml2))
|
(list avahi libtirpc libxml2))
|
||||||
(home-page "https://lxi-tools.github.io/")
|
(home-page "https://lxi-tools.github.io/")
|
||||||
(synopsis "LAN eXtensions for Instrumentation library")
|
(synopsis "@acronym{LXI, LAN eXtensions for Instrumentation} library")
|
||||||
(description
|
(description
|
||||||
"This package provides library for LAN eXtensions for Instrumentation
|
"This library offers a simple API for communicating with instruments
|
||||||
based on the LXI Consortium standard which defines the communication protocols
|
compatible with the @acronym{LXI, LAN eXtensions for Instrumentation} standard
|
||||||
for modern instrumentation and data acquision systems using Ethernet.")
|
that defines communication protocols for instrumentation and data acquisition
|
||||||
|
systems using Ethernet. Applications can use liblxi to discover instruments on
|
||||||
|
your network, send SCPI commands, and receive responses.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public lxi-tools
|
(define-public lxi-tools
|
||||||
|
|
Reference in New Issue