xcb-proto 1.6-2 source package in Ubuntu

Changelog

xcb-proto (1.6-2) unstable; urgency=low

  * Drop cdbs in favor of dh 7 (Closes: #564351)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  09 May 2010 14:08:08 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Maverick
Original maintainer:
XCB Developers
Architectures:
all
Section:
libdevel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
xcb-proto_1.6.orig.tar.bz2 90.7 KiB f52bc1159b12496f002404eb5793c01277b20c82cb72c5ff076d7b25da9b5ca2
xcb-proto_1.6-2.debian.tar.gz 8.5 KiB dbafce36ab98e87ec6147ce82c4c32bbded5503b9cc363c7876d4f9a070fcbef
xcb-proto_1.6-2.dsc 1.3 KiB f249b701f33c26594c47ba8cb3afb2eef067a4c225d2ae8f2799fc7a71334a36

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