File: control

package info (click to toggle)
lua-cosmo 13.01.30-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 248 kB
  • sloc: makefile: 33; sh: 28
file content (20 lines) | stat: -rw-r--r-- 759 bytes parent folder | download
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: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13), dh-lua (>= 12), shake
Standards-Version: 4.7.2
Homepage: https://github.com/mascarenhas/cosmo
Vcs-Browser: https://salsa.debian.org/debian/lua-cosmo
Vcs-Git: https://salsa.debian.org/debian/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.