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
|
Source: ruby-color
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Gunnar Wolf <gwolf@debian.org>,
Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper (>= 10),
gem2deb,
ruby-minitest
Standards-Version: 4.1.2
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-color.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-color.git
Homepage: https://github.com/halostatue/color
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-color
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
Description: Ruby library to provide RGB, CMYK and other colorspace support
This Ruby library provides support to RGB, CMYK and other
colorspaces. It offers 152 named RGB colors (184 with spelling
variations) that are commonly supported and used in HTML, SVG and X11
applications. A technique for generating a monochromatic contrasting
palette is also included.
|