All Projects → jvdsandt → protobuf-smalltalk

jvdsandt / protobuf-smalltalk

Licence: MIT license
Protocol buffers support for Smalltalk

Programming Languages

smalltalk
420 projects
HTML
75241 projects

Projects that are alternatives of or similar to protobuf-smalltalk

iPharo
Pharo Smaltalk kernel for Jupyter
Stars: ✭ 32 (+128.57%)
Mutual labels:  pharo, pharo-smalltalk
NEAT
NEAT implementation in Pharo
Stars: ✭ 16 (+14.29%)
Mutual labels:  pharo, pharo-smalltalk
Teapot
Teapot micro web framework for Pharo Smalltalk
Stars: ✭ 86 (+514.29%)
Mutual labels:  pharo, pharo-smalltalk
Cruiser
A Pharo Tool to package applications
Stars: ✭ 41 (+192.86%)
Mutual labels:  pharo, pharo-smalltalk
console-chat
Chat on your terminal with other users through a gRPC service
Stars: ✭ 21 (+50%)
Mutual labels:  protobuf, protobuf3
PharoJS
PharoJS: Develop in Pharo, Run on JavaScript
Stars: ✭ 90 (+542.86%)
Mutual labels:  pharo, pharo-smalltalk
Moose2Model
A software exploration tool to support developers during their work
Stars: ✭ 12 (-14.29%)
Mutual labels:  pharo, pharo-smalltalk
heysql
Sql-based orm based on smalltalk reflection ideas
Stars: ✭ 19 (+35.71%)
Mutual labels:  pharo, pharo-smalltalk
pronto
Clojure support for protocol buffers
Stars: ✭ 66 (+371.43%)
Mutual labels:  protobuf, protobuf3
libtensorflow-pharo-bindings
TensorFlow library bindings for Pharo
Stars: ✭ 30 (+114.29%)
Mutual labels:  pharo, pharo-smalltalk
Winter
Winter is a 2D game engine for Pharo Smalltalk
Stars: ✭ 43 (+207.14%)
Mutual labels:  pharo, pharo-smalltalk
protobuf-d
Protocol Buffers Compiler Plugin and Support Library for D
Stars: ✭ 32 (+128.57%)
Mutual labels:  protobuf, protobuf3
kendrick
Domain-Specific Modeling for Epidemiology
Stars: ✭ 43 (+207.14%)
Mutual labels:  pharo, pharo-smalltalk
SmalltalkVimMode
Vim Mode for Playground, System Browser, Debugger in Pharo.
Stars: ✭ 39 (+178.57%)
Mutual labels:  pharo, pharo-smalltalk
Grease
The Grease Portability Library
Stars: ✭ 12 (-14.29%)
Mutual labels:  pharo, pharo-smalltalk
gosproto
基于云风的sproto二进制标准上的描述文件及代码生成工具
Stars: ✭ 52 (+271.43%)
Mutual labels:  protobuf, protobuf3
vscode-protolint
A protobuf linter for visual studio code
Stars: ✭ 31 (+121.43%)
Mutual labels:  protobuf, protobuf3
edap
No description or website provided.
Stars: ✭ 22 (+57.14%)
Mutual labels:  protobuf
rpc-spring-boot-starter
自定义rpc框架,支持Java序列化和protobuf序列化协议,多种负载均衡算法
Stars: ✭ 75 (+435.71%)
Mutual labels:  protobuf
aerospike-scala
Typesafe DSL for work with Aerospike Database
Stars: ✭ 40 (+185.71%)
Mutual labels:  protobuf

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].