mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 03:19:33 +08:00
18 lines
368 B
JSON
18 lines
368 B
JSON
|
{
|
||
|
"name": "async-simple",
|
||
|
"version": "1.3",
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|