Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
[build]
type = "autotools"
[build.flags]
skip_tests = true
no_delete_static = true
[dependencies]
runtime = ["glibc"]
[package]
description = "parser generator"
homepage = "https://www.gnu.org/software/bison/"
license = "GPL-3.0-Or-Later"
name = "bison"
version = "3.8.2"
[[source]]
sha256 = "9bba0214ccf7f1079c5d59210045227bcf619519840ebfa80cd3849cff5a5bf2"
url = "https://mirrors.kernel.org/gnu/bison/bison-$version.tar.xz"
extract_dir = "bison-$version"