xcb-proto 1.16.0-ok1 source package in openKylin
Changelog
xcb-proto (1.16.0-ok1) nile; urgency=medium * Build for openKylin -- liyang <email address hidden> Tue, 14 May 2024 09:22:52 +0800
xcb-proto (1.16.0-ok1) nile; urgency=medium * Build for openKylin -- liyang <email address hidden> Tue, 14 May 2024 09:22:52 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | libdevel | |
Huanghe V3.0 | release | main | libdevel | |
Nile V2.0 | release | main | libdevel | |
Nile V2.0 | proposed | main | libdevel |
File | Size | SHA-256 Checksum |
---|---|---|
xcb-proto_1.16.0.orig.tar.gz | 199.8 KiB | d9c7f010b1105fc3858bf07b5169b2dd8e7493c6652b1fe45f3321d874f291d7 |
xcb-proto_1.16.0.orig.tar.gz.asc | 358 bytes | 603ae483801818a23ecba2b5cfb7563ad1f162e172a951441dbd266a28c2272a |
xcb-proto_1.16.0-ok1.debian.tar.xz | 12.8 KiB | 4b474cfc7afacd5949d018afcfe90c5299eac6da665a3f2e024fbcb6ae48f834 |
xcb-proto_1.16.0-ok1.dsc | 2.0 KiB | 6b7ecf76b1254fb4e3ed94c9a54e46787477984a641d669b11b9d178fa95c764 |
python3-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-
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-