mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 18:56:43 +01:00
gnu: libcbor: Mark up description.
* gnu/packages/compression.scm (libcbor)[description]: Use @acronym{}.
This commit is contained in:
parent
bdb60a8e79
commit
03216987c9
1 changed files with 2 additions and 2 deletions
|
@ -2737,8 +2737,8 @@ (define-public libcbor
|
|||
(string-append "-DCMAKE_INSTALL_RPATH=" lib)))))
|
||||
(synopsis "The C library for parsing and generating CBOR")
|
||||
(description
|
||||
"The Concise Binary Object Representation (CBOR) is a data format whose
|
||||
design goals include the possibility of extremely small code size, fairly
|
||||
"@acronym{CBOR, The Concise Binary Object Representation} is a data format
|
||||
whose design goals include the possibility of extremely small code size, fairly
|
||||
small message size, and extensibility without the need for version
|
||||
negotiation. These design goals make it different from earlier binary
|
||||
serializations such as ASN.1 and MessagePack.")
|
||||
|
|
Loading…
Reference in a new issue