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

Upload details

Uploaded by:
liyang
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
Huanghe V3.0 proposed main libdevel
Huanghe V3.0 release main libdevel
Nile V2.0 release main libdevel
Nile V2.0 proposed main libdevel

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

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

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