Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

21 lines
462 B
JSON

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