Skip to content

hbcrhythm/protoc-gen-lua

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protoc-gen-lua

Google's Protocol Buffers project, ported to Lua

"Protocol Buffers" is a binary serialization format and technology, released to the open source community by Google in 2008.

There are various implementations of Protocol Buffers and this is for Lua.

Install for Windows

Install python runtime and add python to environment of system.

Checkout out https://github.com/google/protobuf.git.

Copy protoc.exe to src directory of source code of protobuf.

Run "python setup.py install" in src directory of source code of protobuf.

Run Make.bat of protos directory to generate lua file.

lua file be generate in proto_luas.

protobuf source file in proto_sources.

About

Google's Protocol Buffers project, ported to Lua

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 74.5%
  • Python 13.4%
  • C 11.3%
  • Other 0.8%