Skip to content

Commit

Permalink
release new version to luarocks
Browse files Browse the repository at this point in the history
  • Loading branch information
starwing committed Jul 31, 2021
1 parent a0ef7a3 commit 9a55710
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions rockspecs/lua-protobuf-0.3.3-1.rockspec
@@ -0,0 +1,24 @@
package = "lua-protobuf"
version = "0.3.3-1"
source = {
url = "git://github.com/starwing/lua-protobuf.git",
tag = "0.3.3"
}
description = {
summary = "protobuf data support for Lua",
detailed = [[
This project offers a simple C library for basic protobuf wire format encode/decode.
]],
homepage = "https://github.com/starwing/lua-protobuf",
license = "MIT"
}
dependencies = {
"lua >= 5.1"
}
build = {
type = "builtin",
modules = {
pb = "pb.c",
protoc = "protoc.lua"
}
}

0 comments on commit 9a55710

Please sign in to comment.