Language

Package: python-msgpack-python @ 0.5.6

Synopsis

Package to deserialize messages in MessagePack binary format

Description

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.

Home page
https://msgpack.org/
Location
gnu/packages/python-xyz.scm (line: 16463, column: 2)
License

Lint warnings

LinterMessageLocation
No lint warnings