mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
31 lines
851 B
JSON
31 lines
851 B
JSON
{
|
|
"name": "Serenity Development",
|
|
"id": "serenity",
|
|
"version": "1.0.1",
|
|
"description": "Enable development of Serenity and Lagom libraries and applications",
|
|
"options": {
|
|
"llvm_version": {
|
|
"type": "string",
|
|
"proposals": [
|
|
15,
|
|
16,
|
|
17,
|
|
18,
|
|
"trunk"
|
|
],
|
|
"default": 18,
|
|
"description": "Select LLVM compiler version to use"
|
|
},
|
|
"enable_ladybird": {
|
|
"type": "boolean",
|
|
"default": true,
|
|
"description": "Install Qt6 packages for Ladybird development"
|
|
},
|
|
"enable_serenity": {
|
|
"type": "boolean",
|
|
"default": true,
|
|
"description": "Install packages for SerenityOS development"
|
|
}
|
|
}
|
|
}
|