aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libfork/vcpkg.json
blob: 9860564c89b74571bcb33dc08f9485f39df3ae5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "libfork",
  "version": "3.8.0",
  "description": "A bleeding-edge, lock-free, wait-free, continuation-stealing fork-join library built on C++20's coroutines.",
  "homepage": "https://github.com/conorwilliams/libfork",
  "license": "MPL-2.0",
  "dependencies": [
    "hwloc",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}