gnu: python-cbor: Mark up description.
* gnu/packages/serialization.scm (python-cbor)[description]: Use @dfn{}.
This commit is contained in:
parent
5dff075263
commit
31af847b5d
|
@ -404,8 +404,8 @@ style and key ordering are kept, so you can diff the source.")
|
||||||
(synopsis "Implementation of the Concise Binary Object Representation")
|
(synopsis "Implementation of the Concise Binary Object Representation")
|
||||||
(description
|
(description
|
||||||
"Python-cbor provides an implementation of the Concise Binary Object
|
"Python-cbor provides an implementation of the Concise Binary Object
|
||||||
Representation (CBOR). CBOR is comparable to JSON, has a superset of JSON's
|
Representation (@dfn{CBOR}). CBOR is comparable to JSON, has a superset of
|
||||||
ability, but serializes to a binary format which is smaller and faster to
|
JSON's ability, but serializes to a binary format which is smaller and faster
|
||||||
generate and parse. The two primary functions are @code{cbor.loads} and
|
to generate and parse. The two primary functions are @code{cbor.loads} and
|
||||||
@code{cbor.dumps}.")
|
@code{cbor.dumps}.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
Loading…
Reference in New Issue