aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/marl/vcpkg.json
blob: f6af1f7b14deb469cd9c6b67c40148d4b65c1dee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "marl",
  "version-date": "2023-06-28",
  "description": "A hybrid thread/fiber task scheduler written in modern C++",
  "homepage": "https://github.com/google/marl",
  "license": "Apache-2.0",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}