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