2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "vlpp",
|
2024-11-14 04:14:40 +08:00
|
|
|
"version": "1.2.10.2",
|
2022-10-17 11:54:18 +08:00
|
|
|
"maintainers": "vczh",
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "Common C++ construction, including string operation / generic container / linq / General-LR parser generator / multithreading / reflection for C++ / etc",
|
2022-01-11 05:09:22 +08:00
|
|
|
"homepage": "https://github.com/vczh-libraries/Release",
|
2022-04-19 12:04:15 +08:00
|
|
|
"license": null,
|
2022-10-17 11:54:18 +08:00
|
|
|
"supports": "!uwp",
|
2022-01-11 05:09:22 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
2022-10-17 11:54:18 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"gacuicore": {
|
|
|
|
"description": "Enable GacUI Core",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vlpp",
|
|
|
|
"features": [
|
|
|
|
"glrparser",
|
|
|
|
"workflowlibrary"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"gacuirecompiler": {
|
|
|
|
"description": "Enable GacUI Compiler",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vlpp",
|
|
|
|
"features": [
|
|
|
|
"gacuireflection",
|
|
|
|
"workflowcompiler"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"gacuireflection": {
|
|
|
|
"description": "Enable GacUI Reflection",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vlpp",
|
|
|
|
"features": [
|
|
|
|
"gacuicore",
|
|
|
|
"workflowruntime"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"glrparser": {
|
|
|
|
"description": "Enable GlrParser",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vlpp",
|
|
|
|
"features": [
|
|
|
|
"reflection"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"reflection": {
|
|
|
|
"description": "Enable Reflection"
|
|
|
|
},
|
|
|
|
"tools": {
|
2023-09-20 00:49:38 +08:00
|
|
|
"description": "Build tools",
|
|
|
|
"supports": "!osx"
|
2022-10-17 11:54:18 +08:00
|
|
|
},
|
|
|
|
"workflowcompiler": {
|
|
|
|
"description": "Enable VlppWorkflow Compiler",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vlpp",
|
|
|
|
"features": [
|
|
|
|
"workflowruntime"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"workflowlibrary": {
|
|
|
|
"description": "Enable VlppWorkflow Library",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vlpp",
|
|
|
|
"features": [
|
|
|
|
"reflection"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"workflowruntime": {
|
|
|
|
"description": "Enable VlppWorkflow Runtime",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vlpp",
|
|
|
|
"features": [
|
|
|
|
"workflowlibrary"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2022-01-11 05:09:22 +08:00
|
|
|
}
|
2022-10-17 11:54:18 +08:00
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|