generate cool dependency graph

This commit is contained in:
2026-02-15 18:43:14 +01:00
parent 9dc1068034
commit 87a7eef39b
26 changed files with 321 additions and 22 deletions

View File

@@ -0,0 +1,10 @@
(package
(name "liboniguruma")
(version "6.9.10")
(homepage "https://github.com/kkos/oniguruma")
(src (tar
(url "https://github.com/kkos/oniguruma/releases/download/v6.9.10/onig-6.9.10.tar.gz")
(dir "onig-6.9.10")
(blake3 "dac1a1022daf2826c5e062495923f7e920424b4c304f0eb5b6501fa48301f0d4")))
(build
(configure_make)))