vcpkg/ports/vlpp/vcpkg.json
2022-01-10 13:09:22 -08:00

14 lines
391 B
JSON

{
"name": "vlpp",
"version-string": "0.11.0.0",
"port-version": 2,
"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",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}