vcpkg/ports/hexl/vcpkg.json
Gelila Seifu b1dbfe5c55
[hexl ] Update to v1.2.3 (#21174)
* update HEXL to v1.2.3

* Update version database
2021-11-08 21:08:19 -08:00

20 lines
468 B
JSON

{
"name": "hexl",
"version": "1.2.3",
"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
}
]
}