How to Install libmsgpack-dev in Ubuntu 18.04



Install libmsgpack-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libmsgpack-dev

Description:

binary-based efficient object serialization library

MessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small. . This package contains the headers files needed for developing with msgpack-c.

Homepage: https://github.com/msgpack/msgpack-c/

Version: 2.1.5-1

Section: universe/libdevel