File: control

package info (click to toggle)
ruby-googlecharts 1.6.12-1
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm, bullseye, buster, sid, stretch, trixie
  • size: 244 kB
  • ctags: 141
  • sloc: ruby: 1,188; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,092 bytes parent folder | download
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
Source: ruby-googlecharts
Section: contrib/ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryanryan52@gmail.com>,
           Cédric Boutillier <cedric.boutillier@gmail.com>
Build-Depends: debhelper (>= 9),
               gem2deb
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-googlecharts.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-googlecharts.git
Homepage: http://googlecharts.rubyforge.org/
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-googlecharts
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Ruby library to generate charts using Google Chart API
 Googlecharts is a nice and simple wrapper for the Google Chart API.
 It allows one to draw a large variety of kinds of graphs such as bars or pies.
 .
 This library relies on external code hosted on Google servers, accessed
 through this API.