mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:32:00 +08:00
20f876042b
* rename port co to cocoyaxi * update version * update port version * update sha * rename co to cocoyaxi * update sha * cleanup portfile for cocoyaxi * update sha * add co * update version for co * fix version files Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
12 lines
271 B
JSON
12 lines
271 B
JSON
{
|
|
"name": "co",
|
|
"version-semver": "2.0.3",
|
|
"port-version": 1,
|
|
"description": "A go-style coroutine library in C++11 and more",
|
|
"homepage": "https://github.com/idealvin/cocoyaxi",
|
|
"supports": "!uwp & !(arm & windows)",
|
|
"dependencies": [
|
|
"cocoyaxi"
|
|
]
|
|
}
|