18 lines
387 B
TOML
18 lines
387 B
TOML
[build]
|
|
type = "autotools"
|
|
|
|
[dependencies]
|
|
runtime = ["glibc"]
|
|
|
|
[package]
|
|
description = "YAML 1.1 library"
|
|
homepage = "https://pyyaml.org/wiki/LibYAML"
|
|
license = "MIT"
|
|
name = "libyaml"
|
|
version = "0.2.5"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4"
|
|
url = "https://pyyaml.org/download/libyaml/yaml-$version.tar.gz"
|