xcb-proto 1.13-1build1 source package in Ubuntu

Changelog

xcb-proto (1.13-1build1) focal; urgency=medium

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:47:59 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
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.orig.tar.gz 187.3 KiB 0698e8f596e4c0dbad71d3dc754d95eb0edbb42df5464e0f782621216fa33ba7
xcb-proto_1.13-1build1.diff.gz 4.6 KiB 61b0f82516a79d540da49006347469a8737058b1a18c1785ca422042673360e7
xcb-proto_1.13-1build1.dsc 2.0 KiB 10bf4ef4e47664066c6e45e68db5197d6ebc79f92c8d4f88a144ded1f8e3b007

Available diffs

View changes file

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.

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