xcb-proto 1.15.2-ok1 source package in openKylin

Changelog

xcb-proto (1.15.2-ok1) nile; urgency=medium

  * Build for openKylin.

 -- zhouganqing <email address hidden>  Tue, 16 Apr 2024 19:31:44 +0800

Upload details

Uploaded by:
周淦清
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
libdevel
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xcb-proto_1.15.2.orig.tar.gz 195.5 KiB 6b1ed9cd7cf35e37913eeecca37e5b85b14903002942b3e332f321335c27a8eb
xcb-proto_1.15.2-ok1.debian.tar.xz 3.0 KiB d7f5d9f49544ed90a65dd52d91621726e0502960df859cc128316414c7020e56
xcb-proto_1.15.2-ok1.dsc 1.7 KiB 3f704be48a41d814d267a56377b83899542cc5a30f6c6cc12654547dd963cc3f

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