File: control

package info (click to toggle)
pugl 0~svn32%2Bdfsg0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,960 kB
  • sloc: python: 15,116; ansic: 674; cpp: 258; objc: 256; sh: 30; makefile: 22
file content (56 lines) | stat: -rw-r--r-- 2,013 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Source: pugl
Section: libs
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.7.0
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               libgl-dev,
               libglu1-mesa-dev,
               libxt-dev,
               python3,
               xsltproc,
Homepage: https://drobilla.net/software/pugl.html
Vcs-Browser: https://salsa.debian.org/debian/pugl
Vcs-Git: https://salsa.debian.org/debian/pugl.git

Package: libpugl-0-0
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Description: portable API for OpenGL graphical interfaces
 Pugl is a minimal portable API for OpenGL GUIs which supports
 embedding and is suitable for use in plugins, but can also be
 used for programs.
 .
 Pugl is vaguely similar to GLUT, but with some significant
 distinctions:
  * Minimal in scope, providing only what is necessary to draw
    and receive keyboard and mouse input.
  * No reliance on static data whatsoever, so the API can be
    used in plugins or multiple independent parts of a program.
  * Single implementation, which is small, liberally licensed
    and suitable for direct inclusion in programs if avoiding a
    library dependency is desired.
  * Support for embedding in other windows, so Pugl code can
    draw to a widget inside a larger GUI.
  * More complete support for keyboard input, including
    additional “special” keys, modifiers, and support for
    detecting individual modifier key presses.

Package: libpugl-dev
Section: libdevel
Architecture: any
Depends: libglu1-mesa-dev,
         libpugl-0-0 (= ${binary:Version}),
         libxt-dev,
         ${misc:Depends},
Multi-Arch: same
Description: portable API for OpenGL graphical interfaces (headers)
 Pugl is a minimal portable API for OpenGL GUIs which supports
 embedding and is suitable for use in plugins, but can also be
 used for programs.
 .
 This package provides the development files.