summaryrefslogtreecommitdiffstats
path: root/package/lua-stdlib/Config.in
diff options
context:
space:
mode:
authorMarcin Niestroj <m.niestroj@grinn-global.com>2017-06-26 17:19:41 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-04 00:47:05 +0200
commit0111ced7705f4038eb91a66e7f055a4994246751 (patch)
tree09328711411a94143a6417d2cba42fb2d8d5d714 /package/lua-stdlib/Config.in
parent4a6168db97db6501af42e96091da3218ae64d5c1 (diff)
downloadbuildroot-0111ced7705f4038eb91a66e7f055a4994246751.tar.gz
buildroot-0111ced7705f4038eb91a66e7f055a4994246751.zip
package/lua-stdlib: new package
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com> Reviewed-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/lua-stdlib/Config.in')
-rw-r--r--package/lua-stdlib/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/lua-stdlib/Config.in b/package/lua-stdlib/Config.in
new file mode 100644
index 0000000000..1843826c24
--- /dev/null
+++ b/package/lua-stdlib/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_LUA_STDLIB
+ bool "lua-stdlib"
+ help
+ lua-stdlib is a library of modules for common programming
+ tasks, including list, table and functional operations,
+ objects, pickling, pretty-printing and command-line option
+ parsing.
+
+ https://github.com/lua-stdlib/lua-stdlib/
OpenPOWER on IntegriCloud