File: control

package info (click to toggle)
ruby-temple 0.10.3-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 472 kB
  • sloc: ruby: 3,347; makefile: 6
file content (30 lines) | stat: -rw-r--r-- 1,157 bytes parent folder | download | duplicates (2)
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
Source: ruby-temple
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Eugene Lavnikevich <e.lavnikevich@sam-solutions.net>,
           Jérémy Bobbio <lunar@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby-erubi,
               ruby-erubis,
               ruby-rspec,
               ruby-tilt
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-temple.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-temple
Homepage: https://github.com/judofyr/temple
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-temple
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: template compilation framework in Ruby
 Temple is an abstraction and a framework for compiling templates to pure Ruby.
 It's all about making it easier to experiment, implement and optimize template
 languages. It should be of interest of anyone who wants to implement a
 template language or cares about the internals of a template engine.