File: control

package info (click to toggle)
libgoo-canvas-perl 0.06-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 592 kB
  • ctags: 779
  • sloc: perl: 6,868; ansic: 38; makefile: 7
file content (33 lines) | stat: -rw-r--r-- 1,159 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
28
29
30
31
32
33
Source: libgoo-canvas-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
               libcairo-perl,
               libextutils-depends-perl,
               libextutils-pkgconfig-perl,
               libglib-perl,
               libgoocanvas-dev,
               libgtk2-perl,
               perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgoo-canvas-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgoo-canvas-perl.git
Homepage: https://metacpan.org/release/Goo-Canvas/

Package: libgoo-canvas-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libcairo-perl,
         libextutils-depends-perl,
         libextutils-pkgconfig-perl,
         libglib-perl,
         libgtk2-perl
Description: Perl interface to the GooCanvas
 GTK+ doesn't have a builtin canvas widget. Goo::Canvas fills that
 gap. It is easy to use and has powerful and extensible ways to create
 items in canvases.