aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/nonstd-bit-lite/vcpkg.json
blob: fef390cc49cf14c721c11d591597b2a75056d900 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "nonstd-bit-lite",
  "version": "1.2.0",
  "description": "C++20/C++23 bit operations for C++98 and later in a single-file header-only library",
  "homepage": "https://github.com/nonstd-lite/bit-lite",
  "license": "BSL-1.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}