aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/crc32c/vcpkg.json
blob: 3f8718aaa919b04109ed392e136c821de2b8320a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "crc32c",
  "version": "1.1.2",
  "port-version": 2,
  "description": "CRC32C implementation with support for CPU-specific acceleration instructions.",
  "homepage": "https://github.com/google/crc32c",
  "license": "BSD-3-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}