File: control

package info (click to toggle)
ruby-escape-utils 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 372 kB
  • sloc: ansic: 1,742; ruby: 1,079; sh: 7; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,237 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-escape-utils
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Tollef Fog Heen <tfheen@debian.org>
Build-Depends: debhelper-compat (= 12),
               gem2deb (>=1.0~),
               rake,
               ruby-actionpack,
               ruby-haml,
               ruby-minitest (>= 5.0~),
               ruby-rspec
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-escape-utils.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-escape-utils
Homepage: https://github.com/brianmario/escape_utils
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-escape-utils
Architecture: any
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: ruby-actionpack,
          ruby-haml,
          ruby-rack
Enhances: ruby-actionpack,
          ruby-haml,
          ruby-rack
Description: Faster string escaping routines for your web apps
 escape_utils provides fast HTML escaping of string.  It has
 monkey-patches for Rack::Utils, CGI, URI, ERB::Util and Haml and
 ActionView which speed up their escaping.
 .
 It's assumed that all input is UTF-8 encoded.