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
|
Source: python-pyglew
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sandro Tosi <matrixhasu@gmail.com>
Build-Depends: debhelper (>= 5), libglew-dev, python-central (>= 0.5.6), python, dpatch, python-all-dev
Standards-Version: 3.7.3
Homepage: http://www.cs.lth.se/home/Calle_Lejdfors/pygpu/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-pyglew/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-pyglew/trunk/?op=log
XS-Python-Version: all
Package: python-pyglew
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
XB-Python-Version: ${python:Versions}
Provides: ${python:Provides}
Description: GLEW bindings for Python
PyGLEW is the Python-bindings for the excellent OpenGL Extension Wrangler
(GLEW), a library that handles initiliazation of OpenGL extensions.
.
This Python wrapper over GLEW will let that library to initializate and check
availability of extentions, and then to freely use them in a Python code.
.
In addition, there are many extentions needed by other tools, like pygpu.
|