summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-07-16 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-07-16 02:00:02 +0200
commit5f520cc7569fb8bf0e6d5ec69be254eb79b82360 (patch)
treef2305b79ebe6d9364ae36f97630a6e71f0e8f98b /gnu/packages
parent03f618d63ff717626298c3c629896818640794b6 (diff)
gnu: liblxi: Edit description.
* gnu/packages/hardware.scm (liblxi)[synopsis]: Use @acronym{}. [description]: Likewise. Expand.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/hardware.scm10
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index eb63e4f9d20..339a3bf3450 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -1415,11 +1415,13 @@ confused with the @code{cpuid} command line utility from package @code{cpuid}.")
1415 (inputs 1415 (inputs
1416 (list avahi libtirpc libxml2)) 1416 (list avahi libtirpc libxml2))
1417 (home-page "https://lxi-tools.github.io/") 1417 (home-page "https://lxi-tools.github.io/")
1418 (synopsis "LAN eXtensions for Instrumentation library") 1418 (synopsis "@acronym{LXI, LAN eXtensions for Instrumentation} library")
1419 (description 1419 (description
1420 "This package provides library for LAN eXtensions for Instrumentation 1420 "This library offers a simple API for communicating with instruments
1421based on the LXI Consortium standard which defines the communication protocols 1421compatible with the @acronym{LXI, LAN eXtensions for Instrumentation} standard
1422for modern instrumentation and data acquision systems using Ethernet.") 1422that defines communication protocols for instrumentation and data acquisition
1423systems using Ethernet. Applications can use liblxi to discover instruments on
1424your network, send SCPI commands, and receive responses.")
1423 (license license:bsd-3))) 1425 (license license:bsd-3)))
1424 1426
1425(define-public lxi-tools 1427(define-public lxi-tools