mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
109 lines
2.2 KiB
JSON
109 lines
2.2 KiB
JSON
{
|
|
"name": "vlpp",
|
|
"version": "1.2.10.2",
|
|
"maintainers": "vczh",
|
|
"description": "Common C++ construction, including string operation / generic container / linq / General-LR parser generator / multithreading / reflection for C++ / etc",
|
|
"homepage": "https://github.com/vczh-libraries/Release",
|
|
"license": null,
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"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": {
|
|
"description": "Build tools",
|
|
"supports": "!osx"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|