File: control

package info (click to toggle)
libopengl-perl 0.62%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,700 kB
  • ctags: 1,405
  • sloc: perl: 9,527; ansic: 6,001; makefile: 95; sh: 48
file content (24 lines) | stat: -rw-r--r-- 1,290 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
Source: libopengl-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7), perl,
 libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev, libxmu-dev,
 freeglut3-dev, libxi-dev, libx11-dev
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>, Gunnar Wolf <gwolf@debian.org>,
 Niko Tyni <ntyni@iki.fi>, Damyan Ivanov <dmn@debian.org>,
 Ryan Niebur <ryan@debian.org>, Maximilian Gass <mxey@cloudconnected.org>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/OpenGL/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libopengl-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libopengl-perl/

Package: libopengl-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: Perl interface providing graphics display using OpenGL
 OpenGL is a Perl module that provides an interface to most of Open Graphics
 Library, API versions 1.0, 1.1 and 1.2. There is full support for the Utility
 Toolkit (GLUT) up to version 3 and provides some additional functionality via
 partial support for the Utility Library (GLU). It also provides functionality
 to use the X Window System (through X11 and GLX) as an alternative to GLUT.