|
root / base / libconfig / package.toml
package.toml TOML 25 lines 682 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
# libconfig - C/C++ library for structured configuration files (picom)
# https://hyperrealm.github.io/libconfig/

[package]
name = "libconfig"
version = "1.7.3"
release = 1
description = "C/C++ library for processing structured configuration files"
url = "https://hyperrealm.github.io/libconfig/"
license = "LGPL-2.1-or-later"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = []
build = []

[[source]]
file = "libconfig-1.7.3.tar.gz"
urls = ["https://github.com/hyperrealm/libconfig/releases/download/v1.7.3/libconfig-1.7.3.tar.gz"]
checksum = "545166d6cac037744381d1e9cc5a5405094e7bfad16a411699bcff40bbb31ee7"

[build]
parallel = true