xcb-proto 1.15.2-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * install: Fix xcb-proto.pc install dir.

 -- Timo Aaltonen <email address hidden>  Fri, 29 Jul 2022 11:57:33 +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
Mantic release universe libdevel
Lunar release universe libdevel

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xcb-proto_1.15.2-1.dsc 1.9 KiB f692fa171f1422fc6f3e165eaa18da5e503077091e82bc96348e6bb4bfe69b56
xcb-proto_1.15.2.orig.tar.gz 195.5 KiB 6b1ed9cd7cf35e37913eeecca37e5b85b14903002942b3e332f321335c27a8eb
xcb-proto_1.15.2-1.diff.gz 4.8 KiB 282dc60f18dbbc016a206a7592361b13cfd83b5b66454cdbbf588562fa75903a

Available diffs

No changes file available.

Binary packages built by this source

python3-xcbgen: No summary available for python3-xcbgen in ubuntu kinetic.

No description available for python3-xcbgen in ubuntu kinetic.

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