aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/hexl/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/hexl/vcpkg.json')
-rw-r--r--vcpkg/ports/hexl/vcpkg.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/hexl/vcpkg.json b/vcpkg/ports/hexl/vcpkg.json
new file mode 100644
index 0000000..50e37cc
--- /dev/null
+++ b/vcpkg/ports/hexl/vcpkg.json
@@ -0,0 +1,20 @@
+{
+ "name": "hexl",
+ "version": "1.2.5",
+ "description": "IntelĀ® HEXL is an open-source library which provides efficient implementations of integer arithmetic on Galois fields.",
+ "homepage": "https://github.com/intel/hexl",
+ "license": "Apache-2.0",
+ "supports": "x64",
+ "dependencies": [
+ "cpu-features",
+ "easyloggingpp",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}