vcpkg/ports/libcopp/vcpkg.json
2024-06-11 13:26:30 -07:00

22 lines
483 B
JSON

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