starwing / lua-protobuf

A Lua module to work with Google protobuf
MIT License
1.75k stars 387 forks source link

Require string #47

Closed daurnimator closed 6 years ago

daurnimator commented 6 years ago

The current require string of "pb" conflicts with other libraries (such as https://github.com/Neopallium/lua-pb/)

As your library is named "lua-protobuf", could you change your require string to "protobuf"?

Also perhaps moving "protoc" to "protobuf.compiler" or similar?

starwing commented 6 years ago

But I really like the name "pb" :-(

daurnimator commented 6 years ago

:(