Skip to content

Concise Binary Object Representation (CBOR) Library

License

Notifications You must be signed in to change notification settings

Blockstream/tinycbor

This branch is 46 commits behind intel/tinycbor:main.

Folders and files

NameName
Last commit message
Last commit date
May 13, 2024
Sep 3, 2021
Sep 3, 2021
May 1, 2024
May 2, 2024
Feb 24, 2023
Oct 27, 2023
Nov 13, 2017
Aug 4, 2016
Sep 16, 2015
Sep 3, 2021
Feb 7, 2018
Jul 26, 2017
May 2, 2024
May 2, 2024
Mar 15, 2019
Dec 7, 2017
May 7, 2024
May 12, 2015
Jan 30, 2018
Sep 30, 2015

Repository files navigation

Concise Binary Object Representation (CBOR) Library
---------------------------------------------------

To build TinyCBOR:

  make

If you want to change the compiler or pass extra compiler flags:

  make CC=clang CFLAGS="-m32 -Oz" LDFLAGS="-m32"

Documentation: https://intel.github.io/tinycbor/current/

About

Concise Binary Object Representation (CBOR) Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 50.7%
  • C++ 45.6%
  • Makefile 1.5%
  • Perl 1.3%
  • Other 0.9%