aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/nsync/vcpkg.json
blob: d0c880d459a089c80fd495a1d46dbfd9619d8325 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "nsync",
  "version": "1.30.0",
  "description": "nsync is a C library that exports various synchronization primitives, such as mutexes",
  "homepage": "https://github.com/google/nsync",
  "license": "Apache-2.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}