summaryrefslogtreecommitdiff
path: root/Resources/DefaultContent/Libraries/luafun/debian/control
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-26 11:32:46 +0800
committerchai <chaifix@163.com>2021-10-26 11:32:46 +0800
commit0549b1e5a8a3132005e275d6026db8003cb067d2 (patch)
treef0d7751ec32ecf5c4d23997fa0ffd3450a5a755a /Resources/DefaultContent/Libraries/luafun/debian/control
parent32345800737b668011a87328cd3dcce59ec2934c (diff)
*rename folder
Diffstat (limited to 'Resources/DefaultContent/Libraries/luafun/debian/control')
-rw-r--r--Resources/DefaultContent/Libraries/luafun/debian/control20
1 files changed, 0 insertions, 20 deletions
diff --git a/Resources/DefaultContent/Libraries/luafun/debian/control b/Resources/DefaultContent/Libraries/luafun/debian/control
deleted file mode 100644
index f93b318..0000000
--- a/Resources/DefaultContent/Libraries/luafun/debian/control
+++ /dev/null
@@ -1,20 +0,0 @@
-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.