aboutsummaryrefslogtreecommitdiff
path: root/ports/hexl/vcpkg.json
blob: d75a263a7bd7c2eb7c9e8023bdcfac37e271ed40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "hexl",
  "version": "1.1.0",
  "description": "Intel® HEXL is an open-source library which provides efficient implementations of integer arithmetic on Galois fields.",
  "homepage": "https://github.com/intel/hexl",
  "supports": "x64 & !(windows & !static)",
  "dependencies": [
    "cpu-features",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}