File: control

package info (click to toggle)
glfw 2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,172 kB
  • ctags: 2,274
  • sloc: ansic: 16,424; sh: 424; asm: 306; makefile: 226; pascal: 86
file content (42 lines) | stat: -rw-r--r-- 1,793 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
34
35
36
37
38
39
40
41
42
Source: glfw
Section: devel
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Gonéri Le Bouder <goneri@rulezlan.org>,
Build-Depends: debhelper (>> 5.0.0), quilt,
 libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev,
 libxrandr-dev
Standards-Version: 3.7.3
Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/glfw/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/glfw/?op=log
Homepage: http://glfw.sourceforge.net

Package: libglfw2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: portable framework for OpenGL application development
 GLFW is a free, Open Source, framework for OpenGL application
 development. In short, it is a single library providing a powerful, portable
 API for otherwise operating system specific tasks such as opening an OpenGL
 window, and reading keyboard, time, mouse and joystick input.
 .
 It also provides functions accessing OpenGL extensions, creating and
 synchronizing threads and reading textures from files.
 .
 This package provides the shared libraries.

Package: libglfw-dev
Section: libdevel
Architecture: any
Depends: libglfw2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: portable framework for OpenGL application development
 GLFW is a free, Open Source, framework for OpenGL application
 development. In short, it is a single library providing a powerful, portable
 API for otherwise operating system specific tasks such as opening an OpenGL
 window, and reading keyboard, time, mouse and joystick input.
 .
 It also provides functions accessing OpenGL extensions, creating and
 synchronizing threads and reading textures from files.
 .
 This package provides the header files and static libraries.