libcbor: Add new package
authorLinos Giannopoulos <linosgian00@gmail.com>
Wed, 6 Jan 2021 01:43:55 +0000 (03:43 +0200)
committerLinos Giannopoulos <linosgian00@gmail.com>
Wed, 6 Jan 2021 22:53:05 +0000 (00:53 +0200)
commit42e2f427e699ce9901d8b5e1904853ddb0364b71
tree1e3386b448eea89653f180ac21e5b6e324d3c6d4
parent7ce3b159e340240c4fd61c0dce46d6ae8e22875c
libcbor: Add new package

Libcbor is a C library for parsing and generating CBOR[0],
the general-purpose schema-less binary data format.

[0]: https://tools.ietf.org/html/rfc7049

Signed-off-by: Linos Giannopoulos <linosgian00@gmail.com>
libs/libcbor/Makefile [new file with mode: 0644]