Lines Matching +full:apt +full:- +full:add +full:- +full:repository
5 [](https://repology.org/project/libcbor/versions)
8 **libcbor** is a C library for parsing and generating [CBOR](https://cbor.io/), the general-purpose schema-less binary data format.
11 - Complete [IETF RFC 8949 (STD 94)](https://www.rfc-editor.org/info/std94) conformance
12 - Robust platform-independent C99 implementation
13 - Layered architecture offers both control and convenience
14 - Flexible memory management
15 - No shared global state - threading friendly
16 - Proper handling of UTF-8
17 - Full support for streams & incremental processing
18 - Extensive documentation and test suite
19 - No runtime dependencies, small footprint
27 cmake -DCMAKE_BUILD_TYPE=Release libcbor
41 sudo add-apt-repository universe
42 sudo apt-get install libcbor-dev
48 yum install libcbor-devel
56 [](https://repology.org/project/libcbor/versions)
68 /* Add the content */
103 Copyright (c) Pavel Kalvoda, 2014-2020