Paketname | libxcb1-dev |
Beschreibung | X C Binding, development files |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 1.5-2 |
Sektion | libdevel |
Priorität | optional |
Installierte Größe | 664 Byte |
Hängt ab von | libxcb1 (= 1.5-2), libpthread-stubs0-dev, libxau-dev (>= 1:1.0.0-1), libxdmcp-dev (>= 1:1.0.0-1) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | libxcb |
Paketgröße | 73754 Byte |
Prüfsumme MD5 | 3e951c96e5f7f97e981e69e2ddeadf7a |
Prüfsumme SHA1 | ad45c5cc20102406ce1b9e9a80ac782db144bd1f |
Prüfsumme SHA256 | cabc1131b355475b25a24b2cd80b39f278c74918e59a710cfd0803682798ab1f |
Link zum Herunterladen | libxcb1-dev_1.5-2_i386.deb |
Ausführliche Beschreibung | This package contains the header and library files needed to build software
using libxcb, the X C Binding.
.
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
|