mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:38:59 +08:00
21 lines
462 B
JSON
21 lines
462 B
JSON
{
|
|
"name": "libcopp",
|
|
"version": "2.2.0",
|
|
"maintainers": "owent <admin@owent.net>",
|
|
"description": "A cross-platfrom coroutine library for C++",
|
|
"homepage": "https://github.com/owent/libcopp",
|
|
"documentation": "https://libcopp.atframe.work/",
|
|
"license": "MIT",
|
|
"supports": "!(windows & arm)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|