vcpkg/ports/hexl/vcpkg.json
Gelila Seifu 1b30a6adfd
[hexl ] Update to v1.2.2 (#20989)
* Update to HEXL v1.2.2

* Update version database
2021-10-26 23:57:21 -07:00

20 lines
468 B
JSON

{
"name": "hexl",
"version": "1.2.2",
"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",
"easyloggingpp",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}