aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/liburcu/vcpkg.json
blob: cf5a2e80b2a01d6f222fb79e2175a0eb0135d689 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "liburcu",
  "version": "0.15.2",
  "description": "liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data synchronization library provides read-side access which scales linearly with the number of cores.",
  "homepage": "https://liburcu.org/",
  "license": null,
  "supports": "!windows",
  "dependencies": [
    {
      "name": "vcpkg-make",
      "host": true
    }
  ]
}