A pure Pony implementation of the MessagePack serialization format.
msgpack is currently beta software. It implements a low-level API for encoding and decoding data. Still to do:
- High-level API for a better programming experience
- Install corral
corral add github.com/seantallen-org/msgpack.git --version 0.2.5
corral fetch
to fetch your dependenciesuse "msgpack"
to include this packagecorral run -- ponyc
to compile your application