vcpkg/ports/libcopp/vcpkg.json

22 lines
483 B
JSON
Raw Normal View History

2021-06-22 05:18:40 +08:00
{
"name": "libcopp",
2023-05-06 02:13:22 +08:00
"version": "2.2.0",
"port-version": 1,
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",
"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
}