vcpkg/ports/libcopp/vcpkg.json
2023-05-05 11:13:22 -07:00

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