vcpkg/ports/vlpp/vcpkg.json
autoantwort 239bf76101
[vlpp] fix to support ARM on unix (#24191)
* [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>
2022-04-18 21:04:15 -07:00

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
}
]
}