xcb-proto 1.17.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Update signing-key.asc.

 -- Timo Aaltonen <email address hidden>  Thu, 18 Apr 2024 13:35:17 +0300

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
Oracular release universe libdevel

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xcb-proto_1.17.0-1.dsc 2.2 KiB 73223228a476dbb056b6b839e1dcfd7de39c59ad2fa4d9858186dfcb4a1124f0
xcb-proto_1.17.0.orig.tar.gz 201.3 KiB 392d3c9690f8c8202a68fdb89c16fd55159ab8d65000a6da213f4a1576e97a16
xcb-proto_1.17.0.orig.tar.gz.asc 358 bytes 12914b1edd88275d8b71fe14322d99a4f3460ef74dd06429a9d6f8b22318cbba
xcb-proto_1.17.0-1.diff.gz 27.5 KiB 24387ef32838d9251e66ac8faf527c0540247c88972409f7b633272b83292d01

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