xcb-proto 1.6-2ubuntu1 source package in Ubuntu

Changelog

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

  * Mark the packages Multi-Arch: foreign.
 -- Steve Langasek <email address hidden>   Tue, 08 Nov 2011 17:56:07 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Precise
Original maintainer:
Ubuntu 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-2ubuntu1.debian.tar.gz 9.1 KiB e320ff71d55e10cdd8340ef1246670bc184ad45747027ba4589ce068a87fa6ee
xcb-proto_1.6-2ubuntu1.dsc 2.1 KiB 1013c8c45bdbd56ecc8c1297d6665d3cde401ad214bf547b17b525f4c37d7369

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