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
|
Source: asciiart
Section: misc
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>
Build-Depends: debhelper-compat (= 13),
gem2deb,
ruby-rainbow,
ruby-rmagick
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/asciiart.git
Vcs-Browser: https://salsa.debian.org/ruby-team/asciiart
Homepage: https://github.com/nodanaonlyzuul/asciiart
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: asciiart
Architecture: all
Depends: ruby:any,
${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
Description: command line tool to turn images into ASCII art
This gem provides a command line utility to turn images into ASCII art. It can
be used as an executable which may be called from the terminal as well as a
library so that it can be used in other programs.
|