vcpkg/ports/async-simple/vcpkg.json

19 lines
389 B
JSON
Raw Normal View History

{
"name": "async-simple",
"version": "1.3",
"port-version": 1,
"description": "Simple, light-weight and easy-to-use asynchronous components.",
"homepage": "https://github.com/alibaba/async_simple",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}