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
|
Source: ruby-liquid
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper (>= 11~),
gem2deb,
ruby-spy
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-liquid.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-liquid
Homepage: http://www.liquidmarkup.org
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-liquid
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
Description: Ruby library for rendering safe HTML and email templates
Liquid is a secure, non-evaling end user template engine. It has simple
markup and beautiful results and is able to style emails as well as HTML.
.
It was developed for usage in Ruby on Rails web applications and integrates
seamlessly as a plugin but it also works excellently as a stand alone library.
|