Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 406 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 406 Bytes

protobuf

A protocol buffers library for Pony

Status

protobuf is an alpha-level package, most things don't work just yet.

Installation

  • Install corral
  • corral add github.com/ergl/pony-protobuf.git --version 0.1.0
  • corral fetch to fetch your dependencies
  • use "protobuf" to include this package
  • corral run -- ponyc to compile your application