This commit is contained in:
m00d 2025-10-01 09:38:41 +02:00
parent 3f74a55897
commit eb41c7c6a0
7 changed files with 353 additions and 3 deletions

View file

@ -1,5 +1,5 @@
{
"generated_at": "2025-10-01T05:54:56.228701+00:00",
"generated_at": "2025-10-01T07:30:15.338392+00:00",
"packages": [
{
"book": "mlfs",

View file

@ -370,6 +370,24 @@
"items": {
"type": "string"
}
},
"tags": {
"type": "array",
"items": {
"type": "string",
"enum": [
"25.10",
"base-system",
"cross-toolchain",
"temporary-tools",
"development",
"system-tools",
"networking",
"security",
"documentation",
"configuration"
]
}
}
}
}