aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/async-simple/vcpkg.json
blob: 72c418ed4aab80533160ecccb1985a634ea384a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "async-simple",
  "version": "1.4",
  "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
    }
  ]
}