|
root / base / fribidi / package.toml
package.toml TOML 25 lines 659 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
# fribidi - Unicode Bidirectional Algorithm implementation (pango dep)
# https://github.com/fribidi/fribidi

[package]
name = "fribidi"
version = "1.0.16"
release = 1
description = "Unicode Bidirectional Algorithm (BiDi) implementation"
url = "https://github.com/fribidi/fribidi"
license = "LGPL-2.1-or-later"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = []
build = []

[[source]]
file = "fribidi-1.0.16.tar.xz"
urls = ["https://github.com/fribidi/fribidi/releases/download/v1.0.16/fribidi-1.0.16.tar.xz"]
checksum = "1b1cde5b235d40479e91be2f0e88a309e3214c8ab470ec8a2744d82a5a9ea05c"

[build]
parallel = true