summaryrefslogtreecommitdiffstats
path: root/package/lua-msgpack-native/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/lua-msgpack-native/Config.in')
-rw-r--r--package/lua-msgpack-native/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/lua-msgpack-native/Config.in b/package/lua-msgpack-native/Config.in
new file mode 100644
index 000000000..8894ee535
--- /dev/null
+++ b/package/lua-msgpack-native/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_LUA_MSGPACK_NATIVE
+ bool "lua-msgpack-native"
+ help
+ This is a native, C language implementation of msgpack
+ (http://msgpack.org) library/protocol for Lua language
+
+ https://github.com/kengonakajima/lua-msgpack-native