summaryrefslogtreecommitdiff
path: root/Resources/DefaultContent/Libraries/luafun/debian/control
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-20 12:31:42 +0800
committerchai <chaifix@163.com>2021-10-20 12:31:42 +0800
commit943411c9006345b07557e76ff360c388ee8366c1 (patch)
treef9d3e8525acd02412d1d556b6778fb373a806f33 /Resources/DefaultContent/Libraries/luafun/debian/control
parentdcf8210b43077ed6a12d73e0d7d3d7edcbbe3e55 (diff)
+some lua libs
Diffstat (limited to 'Resources/DefaultContent/Libraries/luafun/debian/control')
-rw-r--r--Resources/DefaultContent/Libraries/luafun/debian/control20
1 files changed, 20 insertions, 0 deletions
diff --git a/Resources/DefaultContent/Libraries/luafun/debian/control b/Resources/DefaultContent/Libraries/luafun/debian/control
new file mode 100644
index 0000000..f93b318
--- /dev/null
+++ b/Resources/DefaultContent/Libraries/luafun/debian/control
@@ -0,0 +1,20 @@
+Source: lua-fun
+Section: interpreters
+Priority: optional
+Maintainer: Roman Tsisyk <roman@tarantool.org>
+Build-Depends: debhelper (>= 9), dh-lua (>= 19)
+Standards-Version: 3.9.6
+Homepage: https://github.com/luafun/luafun
+Vcs-Git: git://github.com/luafun/luafun.git
+Vcs-Browser: https://github.com/luafun/luafun
+
+Package: lua-fun
+Architecture: all
+Depends: ${misc:Depends}
+Provides: ${lua:Provides}
+XB-Lua-Versions: ${lua:Versions}
+Description: High-performance functional programming library for Lua
+ Lua Fun provides a set of more than 50 programming primitives typically
+ found in languages like Standard ML, Haskell, Erlang, JavaScript, Python and
+ even Lisp. High-order functions such as map, filter, reduce, zip, etc.,
+ make it easy to write simple and efficient functional code.