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-string-direction
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Build-Depends: debhelper (>= 11~),
gem2deb,
rake,
ruby-rspec,
yard (>= 0.8),
pry
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/git/pkg-ruby-extras/ruby-string-direction.git
Vcs-Browser: https://salsa.debian.org/cgit/pkg-ruby-extras/ruby-string-direction.git
Homepage: https://github.com/waiting-for-dev/string-direction/
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-string-direction
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
yard (>= 0.8),
${misc:Depends},
${shlibs:Depends}
Description: Automatic detection of text direction (ltr, rtl or bidi) for strings
string-direction is a ruby library for automatic detection of the direction
(left-to-right, right-to-left or bi-directional) in which a text should be
displayed.
|