pugl 0~svn32+dfsg0-4 source package in Ubuntu

Changelog

pugl (0~svn32+dfsg0-4) unstable; urgency=medium

  * QA upload.
  * debian/control: Fix homepage.
  * debian/: Apply wrap-and-sort -abst.
  * debian/control: Bump Standards-Version to 4.6.1.
  * debian/: Drop manual -dbg package.
  * debian/gbp.conf: Drop obsolete config.
  * debian/watch: Monitor upstream gitlab Git HEAD.

 -- Boyuan Yang <email address hidden>  Thu, 09 Jun 2022 17:18:54 -0400

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs
Noble release universe libs
Mantic release universe libs
Lunar release universe libs

Downloads

File Size SHA-256 Checksum
pugl_0~svn32+dfsg0-4.dsc 1.8 KiB 123678c285e89711a81e1d978ea83f39979b9d7c42f8cbf4ace58119a2a2b5c9
pugl_0~svn32+dfsg0.orig.tar.bz2 99.0 KiB 4edd1ce331a69d48727e8d1621f680720407bfc996ed39286bdca8aa45eedd79
pugl_0~svn32+dfsg0-4.debian.tar.xz 122.3 KiB d4a9bce4cf38b647e130662f55795abc04ff090b33efb0c0f9878f0d6bdf739d

No changes file available.

Binary packages built by this source

libpugl-0-0: 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.

libpugl-0-0-dbgsym: No summary available for libpugl-0-0-dbgsym in ubuntu kinetic.

No description available for libpugl-0-0-dbgsym in ubuntu kinetic.

libpugl-dev: 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.