feat: add description to packages

Signed-off-by: sisungo <[email protected]>
This commit is contained in:
2026-08-08 01:37:30 +08:00
parent 0238507da1
commit 91b153d21b
68 changed files with 92 additions and 18 deletions
+1
View File
@@ -4,6 +4,7 @@ import lib.cpp as cpp
from lib.make import *
version("2.8.1")
description("Fast streaming XML parser written in C99")
source_url(
"https://github.com/libexpat/libexpat/releases/download/R_2_8_1/expat-2.8.1.tar.gz"
)