mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: lksctp-tools: Edit synopsis & description.
* gnu/packages/networking.scm (synopsis, description): Improve.
This commit is contained in:
parent
49c2e3f69b
commit
0fd84b7f68
1 changed files with 8 additions and 5 deletions
|
@ -461,11 +461,14 @@ (define-public lksctp-tools
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("linux-headers" ,linux-libre-headers)))
|
`(("linux-headers" ,linux-libre-headers)))
|
||||||
(synopsis "Linux SCTP helper library")
|
(synopsis
|
||||||
(description "Lksctp-tools project provides a user space library for SCTP
|
"@acronym{SCTP, Stream Control Transmission Protocol} helpers for Linux")
|
||||||
(libsctp) including C language header files (netinet/sctp.h) for accessing SCTP
|
(description
|
||||||
specific application programming interfaces not provided by the standard
|
"The lksctp-tools project provides a user-space library for @acronym{SCTP,
|
||||||
sockets, and also some helper utilities around 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/")
|
(home-page "http://lksctp.sourceforge.net/")
|
||||||
(license
|
(license
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue