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