libcbor

CBOR protocol implementation library for C with encoding/decoding

brewmacoslinux
Try with needOr install directly
Source

About

CBOR protocol implementation for C and others

Commands

libcbor

Examples

Link against libcbor in a C program for CBOR encoding$ gcc -o myapp myapp.c -lcbor
Check installed libcbor version and location$ pkg-config --modversion libcbor
Get compiler flags for building with libcbor$ pkg-config --cflags --libs libcbor