lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


hi List,

I'm very happy to announce that the second version of lua-protobuf
released, it's a nearly fully rewritten verison with full coverage
test for encode/decode protobuf wire format data in Lua. new features
are:

- new pb.pack/unpack lower level interface
- a pure Lua module for compile proto file into *.pb file format
- complete coverage test and documents.

To install, just use luarocks:
luarocks install lua-protobuf

It releases with the same license as Lua itself, and all feedbacks welcome.
project page: https://github.com/starwing/lua-protobuf

-- 
regards,
Xavier Wang.