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
|
Source: ruby-hamlit
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 12),
gem2deb,
rake,
ruby-temple (>= 0.8.2),
ruby-thor,
ruby-tilt,
ruby-unindent,
ruby-actionpack (>= 2:5.2),
ruby-rails,
ruby-haml (>=5),
ruby-coffee-script,
ruby-redcarpet,
ruby-sass
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-hamlit.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-hamlit
Homepage: https://github.com/k0kubun/hamlit
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: ruby-hamlit
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-temple (>= 0.8.2),
ruby-thor,
ruby-tilt,
${misc:Depends},
${shlibs:Depends}
Description: high performance Haml implementation
Hamlit is another implementation of Haml, a Ruby HTML abstraction markup
language. With some limitations by design for performance, Hamlit is much
faster (up to about 8 times) than original haml gem in some benchmarks.
|