mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 00:42:20 +08:00
1b1d1b209d
* [libgo] Add DISABLE_PARALLEL_CONFIGURE * update version files * Update deprecated functions * Update versions/l-/libgo.json
15 lines
288 B
JSON
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
|
|
}
|
|
]
|
|
}
|