File: control

package info (click to toggle)
libwx-glcanvas-perl 0.09-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 140 kB
  • ctags: 112
  • sloc: cpp: 644; perl: 311; makefile: 17
file content (27 lines) | stat: -rw-r--r-- 1,058 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: libwx-glcanvas-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nicolas Dandrimont <olasd@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312),
               libglu1-mesa-dev | libglu-dev,
               libgl1-mesa-dev | libgl-dev,
               libwx-perl (>= 1:0.9923-2~),
               perl,
               xauth,
               xvfb
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libwx-glcanvas-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libwx-glcanvas-perl.git
Homepage: https://metacpan.org/release/Wx-GLCanvas

Package: libwx-glcanvas-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libwx-perl
Description: Perl interface to wxWidgets' OpenGL canvas
 Wx::GLCanvas is an extension module allowing the integration of an
 OpenGL Canvas in Perl programs using the wxWidgets toolkit. It does so
 by wrapping the wxWidgets wxGLCanvas class.