GPL-1.0-or-later AND (BSD-2-Clause OR GPL-2.0-or-later)
Build Time
2025-11-25 22:04:14
Build Host
builder-x86-04.inferitos.ru
Summary
Concise Binary Object Representation (CBOR)
Repositories
Extras
Description
This module converts Perl data structures to the Concise Binary Object
Representation (CBOR) and vice versa. CBOR is a fast binary serialization
format that aims to use an (almost) superset of the JSON data model, i.e.
when you can represent something useful in JSON, you should be able to
represent it in CBOR.