File: control

package info (click to toggle)
ruby-unidecode 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 832 kB
  • sloc: ruby: 100; makefile: 4
file content (29 lines) | stat: -rw-r--r-- 1,088 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
Source: ruby-unidecode
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Utkarsh Gupta <utkarsh@debian.org>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               rake
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-unidecode
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-unidecode.git
Homepage: http://unidecode.rubyforge.org/
Rules-Requires-Root: no
XS-Ruby-Versions: all

Package: ruby-unidecode
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Transliteratively convert UTF-8 text to US-ASCII
 unidecode is a Ruby library for transliterating converting UTF-8 strings to
 plain ASCII representations.
 .
 This gem is a Ruby port of Perl library Text::Unidecode.
 The same caveats, notes, and constraints listed there apply here though the
 Ruby implementation here is slightly different, specifically the addition of
 String#to_ascii.