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
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>,
Utkarsh Gupta <utkarsh@debian.org>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 13),
gem2deb,
rake,
ruby-rspec,
yard,
pry
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-string-direction
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-string-direction.git
Homepage: https://github.com/waiting-for-dev/string-direction/
XS-Ruby-Versions: all
Package: ruby-string-direction
Architecture: all
Depends: yard,
${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.
XB-Ruby-Versions: ${ruby:Versions}
|