xcb-proto 1.16.0-1 source package in Ubuntu

Changelog

xcb-proto (1.16.0-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Update watch file format version to 4.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.0, no changes needed.
  * Check upstream PGP signatures.
  * Update standards version to 4.6.1, no changes needed.
  * Update standards version to 4.6.2, no changes needed.

  [ Timo Aaltonen ]
  * New upstream release.

 -- Timo Aaltonen <email address hidden>  Thu, 08 Feb 2024 09:10:55 +0200

Upload details

Uploaded by:
Debian X Strike Force
Uploaded to:
Sid
Original maintainer:
Debian X Strike Force
Architectures:
all
Section:
libdevel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe libdevel

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xcb-proto_1.16.0-1.dsc 2.2 KiB b1d7536230b10f98fce516321511725bcd81e0cd1986ab80eb011ba0b238366c
xcb-proto_1.16.0.orig.tar.gz 199.8 KiB d9c7f010b1105fc3858bf07b5169b2dd8e7493c6652b1fe45f3321d874f291d7
xcb-proto_1.16.0.orig.tar.gz.asc 358 bytes 603ae483801818a23ecba2b5cfb7563ad1f162e172a951441dbd266a28c2272a
xcb-proto_1.16.0-1.diff.gz 16.7 KiB 003cc8285589fbbfb9d86191534952bf21f2f8eaf5f6cd532ad4d6ad3b113592

Available diffs

No changes file available.

Binary packages built by this source

python3-xcbgen: X C Binding - protocol binding generator (Python 3)

 python3-xcbgen generates the X protocol C language bindings from XML
 descriptions.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface. XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions

xcb-proto: X C Binding - protocol descriptions

 xcb-proto contains descriptions of the X Window System core protocol and
 selected extensions in an XML-based data format. The X C Binding (XCB)
 library uses these descriptions to generate much of its code. You only need
 this package if you want to compile XCB or otherwise make use of these
 protocol descriptions.
 .
 The XCB library provides an interface to the X Window System protocol,
 designed to replace the Xlib interface. XCB provides several advantages over
 Xlib:
 .
  * Size: small library and lower memory footprint
  * Latency hiding: batch several requests and wait for the replies later
  * Direct protocol access: one-to-one mapping between interface and protocol
  * Thread support: access XCB from multiple threads, with no explicit locking
  * Easy creation of new extensions: automatically generates interface from
    machine-parsable protocol descriptions