|
root / base / libjpeg-turbo / package.toml
package.toml TOML 25 lines 633 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
# libjpeg-turbo - JPEG image codec with SIMD acceleration
# https://libjpeg-turbo.org/

[package]
name = "libjpeg-turbo"
version = "3.2.0"
release = 1
description = "JPEG image codec with SIMD acceleration"
url = "https://libjpeg-turbo.org/"
license = "IJG AND BSD-3-Clause AND zlib"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = []
build = []

[[source]]
file = "libjpeg-turbo-3.2.0.tar.gz"
urls = ["https://github.com/libjpeg-turbo/libjpeg-turbo/archive/refs/tags/3.2.0.tar.gz"]
checksum = "980dd81f425082aa6d7c9e47fef27554ce7a9ffc8e2f6e863b97d263c5c50858"

[build]
parallel = true