vcpkg/ports/libcopp/vcpkg.json
2023-02-10 10:48:00 -08:00

21 lines
462 B
JSON

{
"name": "libcopp",
"version": "2.1.2",
"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
}
]
}