xcb-proto 1.6-3ubuntu1 source package in Ubuntu

Changelog

xcb-proto (1.6-3ubuntu1) precise; urgency=low

  * Build using dh_python2
 -- Matthias Klose <email address hidden>   Sat, 17 Dec 2011 14:50:10 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Precise
Original maintainer:
XCB Developers
Architectures:
all
Section:
libdevel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
xcb-proto_1.6.orig.tar.bz2 90.7 KiB f52bc1159b12496f002404eb5793c01277b20c82cb72c5ff076d7b25da9b5ca2
xcb-proto_1.6-3ubuntu1.debian.tar.gz 8.3 KiB d981ff766c4bcc42d28ba823a64ddbc2b165b723b545906496b117dd1f004383
xcb-proto_1.6-3ubuntu1.dsc 1.3 KiB 46b1b137fe701959bb63ff0319bea02faf46a36e29c61c0ac3b16e771bda7121

Available diffs

View changes file

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