mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:51:48 +08:00
239bf76101
* [vlpp] does not support osx arm * fix ARM, rather than just marking !supports * add license * ughhhh lack of malloc Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
15 lines
403 B
JSON
15 lines
403 B
JSON
{
|
|
"name": "vlpp",
|
|
"version": "0.11.0.0",
|
|
"port-version": 3,
|
|
"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,
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|