File: control

package info (click to toggle)
xpyb 1.3.1-1.1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 332 kB
  • ctags: 259
  • sloc: ansic: 1,955; python: 477; makefile: 153; sh: 7
file content (19 lines) | stat: -rw-r--r-- 770 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: xpyb
Section: python
Priority: optional
Maintainer: Julien Danjou <acid@debian.org>
Build-Depends: debhelper (>= 7.0.50~), automake, autoconf, xcb-proto (>= 1.7.1), libtool, pkg-config,
    libxcb1-dev (>= 1.1), python-all-dev (>= 2.5), dh-python, python-xcbgen (>= 1.7.1)
Standards-Version: 3.9.3
Homepage: http://xcb.freedesktop.org

Package: python-xpyb
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: Python bindings to XCB
 This module provides Python binding to libxcb, the X C Bindings library.
 .
 It provides an interface to the X Window System protocol, designed to replace
 the Xlib interface, featuring latency hiding, small size, direct protocol
 access and thread support.