aboutsummaryrefslogtreecommitdiff
path: root/ports/libgo/vcpkg.json
blob: 47377a3e87b2700bbda9d93b27414ff2c5f26b66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "libgo",
  "version": "3.1",
  "port-version": 3,
  "description": "The best stackful coroutine by c++11.",
  "homepage": "https://github.com/yyzybb537/libgo",
  "supports": "!(arm | uwp)",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}