Lines Matching +full:libcbor +full:- +full:dev

1 # [libcbor](https://github.com/PJK/libcbor)
3 [![CircleCI](https://circleci.com/gh/PJK/libcbor/tree/master.svg?style=svg)](https://circleci.com/gh/PJK/libcbor/tree/master)
4 [![Documentation Status](https://readthedocs.org/projects/libcbor/badge/?version=latest)](https://readthedocs.org/projects/libcbor/?badge=latest)
5 [![latest packaged version(s)](https://repology.org/badge/latest-versions/libcbor.svg)](https://repology.org/project/libcbor/versions)
6 [![codecov](https://codecov.io/gh/PJK/libcbor/branch/master/graph/badge.svg)](https://codecov.io/gh/PJK/libcbor)
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
26 git clone https://github.com/PJK/libcbor
27 cmake -DCMAKE_BUILD_TYPE=Release libcbor
35 brew install libcbor
41 sudo add-apt-repository universe
42 sudo apt-get install libcbor-dev
48 yum install libcbor-devel
54 <summary>Packaged libcbor is available from 15+ major repositories. Click here for more detail</summary>
56 [![Packaging status](https://repology.org/badge/vertical-allrepos/libcbor.svg)](https://repology.org/project/libcbor/versions)
92 Get the latest documentation at [libcbor.readthedocs.org](http://libcbor.readthedocs.org/)
96 Bug reports and contributions are welcome. Please see [CONTRIBUTING.md](https://github.com/PJK/libcbor/blob/master/CONTRIBUTING.md) for more info.
98 Kudos to all the [contributors](https://github.com/PJK/libcbor/graphs/contributors)!
103 Copyright (c) Pavel Kalvoda, 2014-2020