vcpkg/ports/hexl/vcpkg.json
2021-06-09 15:29:56 -07:00

19 lines
447 B
JSON

{
"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
}
]
}