libmsgpuck-dev_2.0.35-1_amd64.deb

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/tarantool/1_6/script.deb.sh | sudo bash
copy
curl -s https://packagecloud.io/install/repositories/tarantool/1_6/script.deb.sh | sudo bash

STEP 2: Install the package
sudo apt-get install libmsgpuck-dev=2.0.35-1

Lightweight MessagePack library

Full description:
  Lightweight MessagePack library
 MsgPuck is a compact and efficient MessagePack serialization library
 designed with zero-cost abstractions in mind. Almost all encoding/decoding
 functions can be fully inlined into your application by C/C++ compiler
 to reach the maximum performance.
 .
 MessagePack is an efficient binary serialization format.
 It lets you exchange data among multiple languages like JSON.
 But it's faster and smaller. Small integers are encoded into a single byte,
 and typical short strings require only one extra byte in addition to the
 strings themselves.
 .
 This package provides a header file and a static library.
 The static library contains fallback code for inline functions and
 globals tables needed by library functions.

Checksums

MD5 e0b53bddd106b676737ea1b8de76c8bf
SHA1 b7cd7e4f3d390375d5fc9d1664836716b352822d
SHA256 aab4d4ed23a7d1bf0722bc0f5c4b9bbc9d129c5542a6e04f31a15405987a4cf2
SHA512 9aa7e22ab6dd5037e3b2dfb2b5489f7cd1821441f89d1a5a502fcdad3b0556caebb5fd18d67f90aca1de7aa2133eab016a6aaa4ca2dab7f45c74cf0bade02fd5

Files

  • /usr/share/man/man3/msgpuck.h.3.gz
  • /usr/share/doc/libmsgpuck-dev/README.md
  • /usr/share/doc/libmsgpuck-dev/copyright
  • /usr/share/doc/libmsgpuck-dev/changelog.Debian.gz
  • /usr/share/doc/libmsgpuck-dev/AUTHORS
  • /usr/lib/x86_64-linux-gnu/libmsgpuck.a
  • /usr/include/msgpuck.h

Uploaded

almost 4 years ago

Package Size

32.8 KB

Installed Size

159 KB

Downloads

11

wget

wget --content-disposition "https://packagecloud.io/tarantool/1_6/packages/debian/jessie/libmsgpuck-dev_2.0.35-1_amd64.deb/download.deb?distro_version_id=25"

Homepage

https://github.com/rtsisyk/msgpuck