File: control

package info (click to toggle)
ruby-haml 5.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 984 kB
  • sloc: ruby: 6,510; makefile: 18
file content (46 lines) | stat: -rw-r--r-- 1,685 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
37
38
39
40
41
42
43
44
45
46
Source: ruby-haml
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Paul van Tilburg <paulvt@debian.org>,
           Gunnar Wolf <gwolf@debian.org>
Build-Depends: gem2deb,
               ruby-rails (>= 2:4.0~),
               debhelper-compat (= 12)
Build-Depends-Indep: rake,
                     ruby-erubis,
                     ruby-kramdown,
                     ruby-maruku (>= 0.5.9),
                     ruby-minitest,
                     ruby-nokogiri,
                     ruby-sass,
                     ruby-tilt,
                     ruby-temple (>= 0.8.0~),
                     yard (>= 0.5.3)
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-haml.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-haml
Homepage: http://haml.info/
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby

Package: ruby-haml
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-temple,
         ruby-tilt,
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: ruby-erubis,
            ruby-html2haml,
            ruby-sass
Suggests: rails (>= 2:3.2~),
Description: Elegant, structured XHTML/XML templating engine
 Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or XML
 that's designed to express the structure of XHTML or XML documents in a
 non-repetitive, elegant, easy way, using indentation rather than closing
 tags and allowing Ruby to be embedded with ease.
 .
 It was originally envisioned as a plugin for Ruby on Rails, but it can
 function as a stand-alone templating engine.