zeek/auxil/vcpkg/ports/ucoro/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

18 lines
333 B
JSON

{
"name": "ucoro",
"version": "1.0",
"description": "It is a minimized C++20 coroutine library.",
"homepage": "https://github.com/avplayer/ucoro",
"license": "BSL-1.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}