2021-06-22 05:18:40 +08:00
|
|
|
{
|
|
|
|
"name": "libcopp",
|
2023-04-10 12:46:11 +08:00
|
|
|
"version": "2.1.4",
|
2021-06-22 05:18:40 +08:00
|
|
|
"maintainers": "owent <admin@owent.net>",
|
|
|
|
"description": "A cross-platfrom coroutine library for C++",
|
|
|
|
"homepage": "https://github.com/owent/libcopp",
|
|
|
|
"documentation": "https://libcopp.atframe.work/",
|
2021-11-30 09:17:26 +08:00
|
|
|
"license": "MIT",
|
2023-02-04 03:14:29 +08:00
|
|
|
"supports": "!(windows & arm)",
|
2021-11-30 09:17:26 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
2021-06-22 05:18:40 +08:00
|
|
|
}
|