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
+24
View File
@@ -0,0 +1,24 @@
manual_sources = []
[package]
name = "oniguruma"
version = "6.9.10"
revision = 1
description = " regular expression library "
homepage = "https://github.com/kkos/oniguruma"
license = "BSD-2-Clause"
[[source]]
url = "https://github.com/kkos/oniguruma/releases/download/v$version/onig-$version.tar.gz"
sha256 = "2a5cfc5ae259e4e97f86b68dfffc152cdaffe94e2060b770cb827238d769fc05"
extract_dir = "$name-$version"
[build]
type = "autotools"
[build.flags]
configure = []
[dependencies]
build = []
runtime = ["glibc"]