xcb-proto 1.13-2 source package in Ubuntu

Changelog

xcb-proto (1.13-2) unstable; urgency=medium

  * Build a python3-xcbgen package (a step towards #938839).

 -- Julien Cristau <email address hidden>  Thu, 02 Jan 2020 11:59:04 +0100

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xcb-proto_1.13-2.dsc 2.0 KiB 69ba9c73d2b56e66207009c3c7a6d430007a057f874ba9be93d4628411b2e3cb
xcb-proto_1.13.orig.tar.gz 187.3 KiB 0698e8f596e4c0dbad71d3dc754d95eb0edbb42df5464e0f782621216fa33ba7
xcb-proto_1.13-2.diff.gz 4.7 KiB 8e513198a99d3a30aee4e11bfeef3a97e141d8a76fa47c50076cdd27e6381ae9

No changes file available.

Binary packages built by this source

python-xcbgen: No summary available for python-xcbgen in ubuntu focal.

No description available for python-xcbgen in ubuntu focal.

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