vcpkg/ports/libcopp/vcpkg.json

21 lines
456 B
JSON
Raw Normal View History

2021-06-22 05:18:40 +08:00
{
"name": "libcopp",
"version-semver": "1.4.1",
"port-version": 2,
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",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
2021-06-22 05:18:40 +08:00
}