20 lines
456 B
JSON
Executable file
20 lines
456 B
JSON
Executable file
{
|
|
"name": "libcopp",
|
|
"version-semver": "1.4.1",
|
|
"port-version": 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",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|