Paketname | libxcb1-dev |
Beschreibung | X C Binding, development files |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.6-1 |
Sektion | libdevel |
Priorität | optional |
Installierte Größe | 660 Byte |
Hängt ab von | libxcb1 (= 1.6-1), libpthread-stubs0-dev, libxau-dev (>= 1:1.0.0-1), libxdmcp-dev (>= 1:1.0.0-1) |
Empfohlene Pakete | |
Paketbetreuer | XCB Developers |
Quelle | libxcb |
Paketgröße | 73642 Byte |
Prüfsumme MD5 | e44e8482e13097390cac3c5bce8c501f |
Prüfsumme SHA1 | 351a179853b2b443271e9a73b3e5e8dccb8c2777 |
Prüfsumme SHA256 | 290d39b9029c104d0bf9c9b731ef19bb21ec08698c883c4e6245181305730355 |
Link zum Herunterladen | libxcb1-dev_1.6-1_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
|