aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libatomic-ops/vcpkg.json
blob: 19cb34518a17044d861e1013e29fce88a2c57d26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "libatomic-ops",
  "version": "7.8.4",
  "description": "The atomic_ops project (Atomic memory update operations portable implementation)",
  "homepage": "https://github.com/ivmai/libatomic_ops",
  "license": "MIT OR GPL-2.0-or-later",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}