File: control

package info (click to toggle)
ruby-tilt 2.0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 672 kB
  • sloc: ruby: 4,418; makefile: 6
file content (36 lines) | stat: -rw-r--r-- 1,331 bytes parent folder | download
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
Source: ruby-tilt
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami@gfd-dennou.org>
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               rake,
               ruby-coffee-script,
               ruby-contest,
               ruby-creole,
               ruby-erubis,
               ruby-haml,
               ruby-i18n,
               ruby-nokogiri,
               ruby-test-unit,
               ruby-yajl
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-tilt.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-tilt
Homepage: https://github.com/rtomayko/tilt/
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-tilt
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Generic interface to multiple Ruby template engines
 Tilt is a thin interface over a bunch of different Ruby template engines in an
 attempt to make their usage as generic possible. This is useful for web
 frameworks, static site generators, and other systems that support multiple
 template engines but don't want to code for each of them individually.