package = "lua-cmsgpack" version = "0.4.0-0" source = { url = "git://github.com/antirez/lua-cmsgpack.git", tag = "0.4.0" } description = { summary = "MessagePack C implementation and bindings for Lua 5.1/5.2/5.3", homepage = "http://github.com/antirez/lua-cmsgpack", license = "Two-clause BSD", maintainer = "Salvatore Sanfilippo " } dependencies = { "lua >= 5.1" } build = { type = "builtin", modules = { cmsgpack = { sources = { "lua_cmsgpack.c" } } } }