|
root / base / xtrans / package.toml
package.toml TOML 25 lines 701 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# xtrans - X transport library (header/source only, no compiled shared lib)
# https://gitlab.freedesktop.org/xorg/lib/libxtrans

[package]
name = "xtrans"
version = "1.6.0"
release = 1
description = "X transport library headers used by X libs/server for network transport"
url = "https://xorg.freedesktop.org/releases/individual/lib/"
license = "MIT"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = []
build = ["util-macros"]

[[source]]
file = "xtrans-1.6.0.tar.xz"
urls = ["https://xorg.freedesktop.org/releases/individual/lib/xtrans-1.6.0.tar.xz"]
checksum = "faafea166bf2451a173d9d593352940ec6404145c5d1da5c213423ce4d359e92"

[build]
parallel = true