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
|
Source: ruby-fast-gettext
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Borodaenko <angdraug@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb,
ruby-activerecord,
ruby-i18n,
ruby-rspec (>= 3),
ruby-sqlite3
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-fast-gettext.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-fast-gettext
Homepage: https://github.com/grosser/fast_gettext
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: ruby-fast-gettext
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby:any | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
Suggests: ruby-activerecord
Description: Fast GetText implementation for Ruby
FastGettext provides fast, memory-efficient, and thread-safe
internationalization API similar to GNU GetText. In addition to performance
improvements over original Ruby GetText, its capabilities include support for
multiple backends and advanced extensibility. Translations can be loaded from
po, mo, yaml files or, if ActiveRecord is available, from databases.
|