Did you know ... Search Documentation:
Pack msgpack -- prolog/msgpack.pl
PublicShow source

This module contains DCGs for packing & unpacking MessagePack data.

author
- James Cash
license
- GPLv3
bug
- Can't write out floats (can unpack single-precision, but not write)
To be done
- double-precision floats
 msgpack(+MsgPack, -Bytes, ?_) is semidet
msgpack(-MsgPack, +Bytes, ?_) is semidet
DCG for packing/unpacking MessagePack to/from a list of bytes.
See also
- https://github.com/msgpack/msgpack/blob/master/spec.md