mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 06:39:08 +08:00
19 lines
447 B
JSON
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
|
|
}
|
|
]
|
|
}
|