Source: coderay
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Deepak Tripathi <apenguinlinux@gmail.com>,
           Youhei SASAKI <uwabami@gfd-dennou.org>
Build-Depends: gem2deb,
               ruby-bundler,
               ruby-shoulda-context,
               ruby-redcloth,
               ruby-test-unit,
               ruby-rspec-core,
               ruby-rspec-expectations,
               ruby-rspec-mocks,
               ruby-simplecov,
               debhelper-compat (= 13)
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/ruby-team/coderay.git
Vcs-Browser: https://salsa.debian.org/ruby-team/coderay
Homepage: http://coderay.rubychan.de/
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-coderay
Architecture: all
Multi-Arch: foreign
Depends: ruby:any,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Ruby library for syntax highlighting
 CodeRay is a Ruby library that can scan an input file or text in a web
 page and encode it as syntax highlighted HTML output.
 .
 CodeRay supports many input languages including: C, C++, CSS, Delphi, diff,
 Groovy, HTML, RHTML (Erb+HTML), Nitro-XHTML, Java, JavaScript, JSON, PHP,
 Python, Ruby, SQL and YAML.
 .
 CodeRay can output to HTML, JSON, XML, Yaml.

Package: coderay
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby:any,
         ruby-coderay,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Helper programs for CodeRay Ruby lib for syntax highlighting
 CodeRay is a Ruby library that can scan an input file or text in a web
 page and encode it as syntax highlighted HTML output.
 .
 CodeRay supports many input languages including: C, C++, CSS, Delphi, diff,
 Groovy, HTML, RHTML (Erb+HTML), Nitro-XHTML, Java, JavaScript, JSON, PHP,
 Python, Ruby, SQL and YAML.
 .
 CodeRay can output to HTML, JSON, XML, Yaml.
 .
 The coderay binary scans a file and outputs in HTML.
