Skip to content

Commit

Permalink
Merge pull request oz123#128 from kelvinhammond/patch-1
Browse files Browse the repository at this point in the history
Adding libcbor
  • Loading branch information
kozross authored Aug 15, 2020
2 parents da70cef + ab91e38 commit ab35303
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Compilers, as well as compiler- and compilation-related tooling.

* [ccache][466] - Compiler cache designed to speed up recompilation. [``GPL-3.0-or-later``][GPL-3.0-or-later]
* [Clang][38] - Compiler for LLVM. Supports C11. [``NCSA``][NCSA]
* [cproc][573] - A C11 compiler using QBE as a backend. [``ISC``][ISC]
* [cproc][574] - A C11 compiler using QBE as a backend. [``ISC``][ISC]
* [distcc][452] - Program that allows builds to be distributed among several
machines. [``GPL-2.0-or-later``][GPL-2.0-or-later]
* [Firm][361] - Library that provides a graph-based intermediate
Expand Down Expand Up @@ -871,6 +871,7 @@ This includes libraries for things like XML, JSON, CSV, and other similar format
### Others ###

* [libbson][235] - BSON utility library. [``Apache-2.0``][Apache-2.0]
* [libcbor][573]: CBOR protocol implementation for C and others. [``MIT``][MIT]
* [libconfuse][135] - Small configuration file parser library. [``ISC``][ISC]
* [libelf][310] - Simple library for parsing ELF files. [``MIT``][MIT]
* [libucl][239] - Universal configuration library parser. [``BSD-2-Clause``][BSD-2-Clause]
Expand Down Expand Up @@ -1702,4 +1703,5 @@ support for C.
[570]: https://github.com/recp/cmt
[571]: https://github.com/recp/AssetKit
[572]: https://github.com/shiyanhui/libcsp
[573]: https://git.sr.ht/~mcf/cproc
[573]: https://github.com/PJK/libcbor
[574]: https://git.sr.ht/~mcf/cproc

0 comments on commit ab35303

Please sign in to comment.