File: control

package info (click to toggle)
libopengl-perl 0.54.alan1-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 728 kB
  • ctags: 755
  • sloc: perl: 5,536; ansic: 3,444; makefile: 50
file content (15 lines) | stat: -rw-r--r-- 689 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: libopengl-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>> 4.1), perl (>> 5.8.1), xlibmesa-gl-dev | libgl-dev, libglut3-dev | libglut-dev, xlibmesa-glu-dev | libglu1-mesa-dev
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.6.1

Package: libopengl-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}
Description:  Perl module to display 3D data using OpenGL, GLU, GLUT, and GLX
 This module provides access to most of the OpenGL 1.0, 1.1, and 1.2 APIs.
 Some amount of GLU is supported and GLUT should be completely supported up to 
 API version 3. A small portion of GLX and X11 is supported, as an alternative 
 to GLUT.