xcb-proto 1.10-1 source package in Ubuntu RTM

Changelog

xcb-proto (1.10-1) unstable; urgency=low


  * New upstream release.

  [ Michele Cane ]
  * Bump Standard-version to 3.9.4.

  [ Julien Cristau ]
  * Revert to source format 1.0.

 -- Julien Cristau <email address hidden>  Sun, 22 Dec 2013 18:26:02 +0100

Upload details

Uploaded by:
XCB Developers
Uploaded to:
Sid
Original maintainer:
XCB Developers
Architectures:
all
Section:
libdevel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release main libdevel
14.09 release main libdevel

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
xcb-proto_1.10-1.dsc 2.0 KiB 23c732a1b2789e6bdde7b39164c7ed3486c6de8426cd911861b7ecd1c30c6d54
xcb-proto_1.10.orig.tar.gz 176.5 KiB d0e6a2c8aed8af430edd011bb139368480d556b0829adcf1e1ca5708d1fc04b9
xcb-proto_1.10-1.diff.gz 4.2 KiB f57f3386acf816943f3e221429e20b2f50f7bacfc32eb1a555228f3f603e8408

Available diffs

No changes file available.

Binary packages built by this source

python-xcbgen: X C Binding - protocol binding generator

 python-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