vcpkg/ports/hexl/vcpkg.json

20 lines
468 B
JSON
Raw Normal View History

2021-06-10 06:29:56 +08:00
{
"name": "hexl",
"version": "1.2.1",
2021-06-10 06:29:56 +08:00
"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",
2021-06-10 06:29:56 +08:00
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}