1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: lua-penlight
Section: interpreters
Priority: optional
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Uploaders:
Victor Seva <vseva@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-lua,
lua-filesystem,
lua-ldoc,
Standards-Version: 4.7.0.0
Rules-Requires-Root: no
Homepage: https://github.com/lunarmodules/penlight
Vcs-Git: https://salsa.debian.org/lua-team/lua-penlight.git
Vcs-Browser: https://salsa.debian.org/lua-team/lua-penlight
Package: lua-penlight
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Provides:
${lua:Provides},
Recommends:
lua-expat,
lua-filesystem,
XB-Lua-Versions: ${lua:Versions}
Description: Collection of general purpose libraries for the Lua language
Penlight is a set of pure Lua libraries focusing on input data handling (such
as reading configuration files), functional programming (such as map, reduce,
placeholder expressions,etc), and OS path management. Much of the functionality
is inspired by the Python standard libraries.
Package: lua-penlight-dev
Section: libdevel
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Provides:
${lua:Provides},
XB-Lua-Versions: ${lua:Versions}
Description: Collection of general purpose libraries for the Lua language
Penlight is a set of pure Lua libraries focusing on input data handling (such
as reading configuration files), functional programming (such as map, reduce,
placeholder expressions,etc), and OS path management. Much of the functionality
is inspired by the Python standard libraries.
.
This package contains the documentation of the penlight library.
|