8000 GitHub - clayne/tinycbor: Concise Binary Object Representation (CBOR) Library
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from intel/tinycbor

Concise Binary Object Representation (CBOR) Library

License

Notifications You must be signed in to change notification settings

clayne/tinycbor

 
 

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

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 50.3%
  • C++ 45.9%
  • CMake 2.1%
  • Perl 1.3%
  • Other 0.4%
0