xcb-proto 1.11-0ubuntu1 source package in Ubuntu

Changelog

xcb-proto (1.11-0ubuntu1) wily; urgency=medium

  * New upstream release

 -- Robert Ancell <email address hidden>  Wed, 15 Jul 2015 14:41:47 +1200

Upload details

Uploaded by:
Robert Ancell
Uploaded to:
Wily
Original maintainer:
XCB Developers
Architectures:
all
Section:
libdevel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe libdevel

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xcb-proto_1.11.orig.tar.gz 177.1 KiB d12152193bd71aabbdbb97b029717ae6d5d0477ab239614e3d6193cc0385d906
xcb-proto_1.11-0ubuntu1.diff.gz 4.3 KiB 685a84c349aa262b5d65044fa2d4ec7e368e32616eb3c984da54db0ff23bd4c5
xcb-proto_1.11-0ubuntu1.dsc 1.4 KiB 19d904448258e6cb52d50d5cc8087c3de39bebc9646f1df4e79d14abb714e2c7

View changes file

Binary packages built by this source

python-xcbgen: No summary available for python-xcbgen in ubuntu wily.

No description available for python-xcbgen in ubuntu wily.

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