• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-Dec-2021-

src/H07-Dec-2021-3,7221,796

tests/H07-Dec-2021-3,4102,730

LICENSEH A D07-Dec-20211 KiB2217

READMEH A D07-Dec-2021307 147

VERSIONH A D07-Dec-20216 21

qt_attribution.jsonH A D07-Dec-2021473 1614

README

1Concise Binary Object Representation (CBOR) Library
2---------------------------------------------------
3
4To build TinyCBOR:
5
6  make
7
8If you want to change the compiler or pass extra compiler flags:
9
10  make CC=clang CFLAGS="-m32 -Oz" LDFLAGS="-m32"
11
12Documentation: https://intel.github.io/tinycbor/current/
13
14