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

10
packages/libexpat.shrap Normal file
View File

@@ -0,0 +1,10 @@
(package
(name "libexpat")
(version "2.7.4")
(homepage "https://libexpat.github.io/")
(src (tar
(url "https://github.com/libexpat/libexpat/releases/download/R_2_7_4/expat-2.7.4.tar.gz")
(dir "expat-2.7.4")
(blake3 "0fb72ab81c753e20bc000c90cf1b71287d3de9fa48b3063e3a562d50a9697224")))
(build
(configure_make)))