lua-messagepack: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
30c7e8d2b9
commit
d56e04ae6e
@ -381,6 +381,7 @@ source "package/lua-cjson/Config.in"
|
||||
source "package/lua-coat/Config.in"
|
||||
source "package/lua-coatpersistent/Config.in"
|
||||
source "package/lua-ev/Config.in"
|
||||
source "package/lua-messagepack/Config.in"
|
||||
source "package/lua-msgpack-native/Config.in"
|
||||
source "package/lua-testmore/Config.in"
|
||||
source "package/luasql-sqlite3/Config.in"
|
||||
|
7
package/lua-messagepack/Config.in
Normal file
7
package/lua-messagepack/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_LUA_MESSAGEPACK
|
||||
bool "lua-messagepack"
|
||||
help
|
||||
A pure Lua implementation of the MessagePack serialization
|
||||
format.
|
||||
|
||||
http://fperrad.github.io/lua-MessagePack/
|
13
package/lua-messagepack/lua-messagepack.mk
Normal file
13
package/lua-messagepack/lua-messagepack.mk
Normal file
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# lua-messagepack
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_MESSAGEPACK_VERSION_UPSTREAM = 0.3.0
|
||||
LUA_MESSAGEPACK_VERSION = $(LUA_MESSAGEPACK_VERSION_UPSTREAM)-1
|
||||
LUA_MESSAGEPACK_SUBDIR = lua-MessagePack-$(LUA_MESSAGEPACK_VERSION_UPSTREAM)
|
||||
LUA_MESSAGEPACK_LICENSE = MIT
|
||||
LUA_MESSAGEPACK_LICENSE_FILES = $(LUA_MESSAGEPACK_SUBDIR)/COPYRIGHT
|
||||
|
||||
$(eval $(luarocks-package))
|
Loading…
Reference in New Issue
Block a user