Skip to content

ergl/pony-protobuf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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