1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: lua-cosmo
Section: interpreters
Priority: optional
Maintainer: Enrico Tassi <gareuselesinge@debian.org>
Build-Depends: debhelper (>= 9), dh-lua (>= 12), shake
Standards-Version: 3.9.3
Homepage: https://github.com/mascarenhas/cosmo
Vcs-Git: git://git.debian.org/git/pkg-lua/lua-cosmo.git
Vcs-Browser: http://git.debian.org/?p=pkg-lua/lua-cosmo.git
Package: lua-cosmo
Architecture: all
Depends: ${shlibs:Depends}, lua-lpeg, ${misc:Depends}
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: Template library for the Lua language
The cosmo library defines a textual template language and provides functions
to instantiate such templates filling variable with their actual values.
.
The package also contains the documentation.
|