1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: xtrans
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Cyril Brulebois <kibi@debian.org>
Build-Depends:
debhelper-compat (= 12),
quilt,
automake,
xutils-dev (>= 1:7.6+2),
pkg-config,
# docs:
xmlto (>= 0.0.22),
xorg-sgml-doctools (>= 1:1.8),
w3m,
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/xorg-team/lib/xtrans.git
Vcs-Browser: https://salsa.debian.org/xorg-team/lib/xtrans
Package: xtrans-dev
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: foreign
Description: X transport library (development files)
xtrans includes a number of routines to make X implementations
transport-independent; at time of writing, it includes support for UNIX
sockets, IPv4, IPv6, and DECnet.
.
xtrans is not actually a library in itself; it includes .c files which are
then used in the compilation of X servers, libraries, et al.
.
More information about X.Org can be found at:
<URL:https://www.X.org>
.
This module can be found at
https://cgit.freedesktop.org/xorg/lib/libxtrans/
|