vcpkg/ports/libgo/vcpkg.json

15 lines
288 B
JSON
Raw Normal View History

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