240dfdb7109384d0a0227fff4e67dedd7e314833
[free-sw/xcb/proto] / debian / control
1 Source: xcb-proto
2 Section: libdevel
3 Priority: optional
4 Maintainer: XCB Developers <xcb@lists.freedesktop.org>
5 Uploaders: Jamey Sharp <sharpone@debian.org>, Josh Triplett <josh@freedesktop.org>
6 Build-Depends: cdbs, debhelper (>= 4.0.0)
7 Standards-Version: 3.6.1
8 Bugs: mailto:xcb@lists.freedesktop.org
9
10 Package: xcb-proto
11 Architecture: all
12 Depends: ${shlibs:Depends}, ${misc:Depends}
13 Description: X C Binding - protocol descriptions
14  Xlib has been the standard C binding for the X Window System protocol
15  for many years now. It is an excellent piece of work, but there are
16  applications for which it is not ideal. XCB builds on nearly two
17  decades of experience with X specifically and software engineering in
18  general in an effort to replace the aging Xlib code base.
19  .
20  xcb-proto contains descriptions of the X core protocol and selected
21  extensions in an XML-based data format. XCB uses these descriptions to
22  generate much of its code. You only need this package if you want to compile
23  XCB or otherwise make use of these protocol descriptions.
24  .
25  Homepage: http://xcb.freedesktop.org