Source-Makefile: package/feeds/packages/msgpack-c/Makefile Package: msgpack-c Version: 3.3.0-1 Depends: +libc +GCC_LIBSSP:libssp +USE_GLIBC:librt +USE_GLIBC:libpthread Conflicts: Menu-Depends: Provides: Section: lib Category: Libraries Repository: packages Title: MessagePack implementation for C and C++ Maintainer: Tianling Shen Source: msgpack-c-3.3.0.tar.gz License: BSL-1.0 LicenseFiles: LICENSE Type: ipkg Description: MessagePack is an efficient binary serialization format, which lets you exchange data among multiple languages like JSON, except that it's faster and smaller. Small integers are encoded into a single byte and short strings require only one extra byte in addition to the strings themselves. https://github.com/msgpack/msgpack-c Tianling Shen @@