blob: 50e37cc58248736a1880fd048ea67e4a650494e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "hexl",
"version": "1.2.5",
"description": "Intel® HEXL is an open-source library which provides efficient implementations of integer arithmetic on Galois fields.",
"homepage": "https://github.com/intel/hexl",
"license": "Apache-2.0",
"supports": "x64",
"dependencies": [
"cpu-features",
"easyloggingpp",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
|