Skip to content
🐴 Pure Pony implementation of the MessagePack serialization format. msgpack.org[Pony]
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci
msgpack
.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
STYLE_GUIDE.md

README.md

Pony-msgpack

A pure Pony implementation of the MessagePack serialization format.

Status

CircleCI

Pony-msgpack is currently alpha software. It implements a low-level API for encoding and decoding data. Still to do:

  • High-level API for a better programming experience
  • Timestamp extension type

Installation

{ 
  "type": "github",
  "repo": "SeanTAllen/pony-msgpack",
  "tag": "0.2.0"
}
  • stable fetch to fetch your dependencies
  • use "msgpack" to include this package
  • stable env ponyc to compile your application
You can’t perform that action at this time.