gnu: lksctp-tools: Edit synopsis & description.

* gnu/packages/networking.scm (synopsis, description): Improve.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-27 17:33:38 +02:00
parent 49c2e3f69b
commit 0fd84b7f68
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -461,11 +461,14 @@ (define-public lksctp-tools
("pkg-config" ,pkg-config)))
(inputs
`(("linux-headers" ,linux-libre-headers)))
(synopsis "Linux SCTP helper library")
(description "Lksctp-tools project provides a user space library for SCTP
(libsctp) including C language header files (netinet/sctp.h) for accessing SCTP
specific application programming interfaces not provided by the standard
sockets, and also some helper utilities around SCTP.")
(synopsis
"@acronym{SCTP, Stream Control Transmission Protocol} helpers for Linux")
(description
"The lksctp-tools project provides a user-space library for @acronym{SCTP,
the Stream Control Transmission Protocol} (@file{libsctp}) and C language header
files (@file{netinet/sctp.h}) for accessing SCTP-specific @acronym{APIs,
application programming interfaces} not provided by the standard sockets.
It also includes some SCTP-related helper utilities.")
(home-page "http://lksctp.sourceforge.net/")
(license
(list