guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/12: gnu: libcbor: Mark up description.


From: guix-commits
Subject: 12/12: gnu: libcbor: Mark up description.
Date: Thu, 26 May 2022 15:41:33 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 03216987c992a081b071641cfa45a283e7682bb5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 22 02:00:00 2022 +0200

    gnu: libcbor: Mark up description.
    
    * gnu/packages/compression.scm (libcbor)[description]: Use @acronym{}.
---
 gnu/packages/compression.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 26c4ff4378..a70c6c4216 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -2737,8 +2737,8 @@ can append files to the end of such compressed archives.")
           (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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]