xcb-proto 1.17.0-ok1 source package in openKylin

Changelog

xcb-proto (1.17.0-ok1) huanghe; urgency=medium

  * Build for openKylin 3.0.

 -- liwenjun <email address hidden>  Fri, 17 Apr 2026 13:57:20 +0800

Upload details

Uploaded by:
liwenjun
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
libdevel
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main libdevel

Downloads

File Size SHA-256 Checksum
xcb-proto_1.17.0.orig.tar.gz 202.4 KiB 6db13d916262929e794bb33acaff385a3cb3ea048417c6fdc7cf5420a5125223
xcb-proto_1.17.0-ok1.debian.tar.xz 25.3 KiB 32b6d5840d87a633ed0db96be29ba7d7dc33e88d05e3bdb0143c1930a3209632
xcb-proto_1.17.0-ok1.dsc 1.7 KiB 5496f4f6ee2e779d453dedcc99b93cef4397c13f6d3d90e224823df3d3b2cc90

Available diffs

View changes file

Binary packages built by this source

python3-xcbgen: X C Binding - protocol binding generator (Python 3)

 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-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