jvdsandt / protobuf-smalltalk

Protocol buffers support for Smalltalk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

protobuf-smalltalk

Build Status

Protocol buffers support for Smalltalk. Protocol buffers is a language and platform-neutral serialization protocol created by Google. This projects adds support for the proto3 version of this protocol to the Smalltalk programming language.

The library is developed in Pharo Smalltalk and uses PetitParser2 for parsing proto files.

Installing protobuf-smalltalk

Pharo:

Metacello new
   baseline: 'Protobuf';
   repository: 'github://jvdsandt/protobuf-smalltalk';
   load.

About

Protocol buffers support for Smalltalk

License:MIT License


Languages

Language:Smalltalk 99.4%Language:HTML 0.6%