vcpkg/ports/libgo/vcpkg.json
NancyLi1013 1b1d1b209d
[libgo] Add DISABLE_PARALLEL_CONFIGURE (#19037)
* [libgo] Add DISABLE_PARALLEL_CONFIGURE

* update version files

* Update deprecated functions

* Update versions/l-/libgo.json
2021-07-22 13:37:49 -07:00

15 lines
288 B
JSON

{
"name": "libgo",
"version": "3.1",
"port-version": 2,
"description": "The best stackful coroutine by c++11.",
"homepage": "https://github.com/yyzybb537/libgo",
"supports": "!(arm | uwp)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}