diff options
Diffstat (limited to 'vcpkg/ports/isal/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/isal/vcpkg.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vcpkg/ports/isal/vcpkg.json b/vcpkg/ports/isal/vcpkg.json new file mode 100644 index 0000000..8052408 --- /dev/null +++ b/vcpkg/ports/isal/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "isal", + "version": "2.30.0", + "description": "Intel(R) Intelligent Storage Acceleration Library", + "homepage": "https://github.com/intel/isa-l", + "license": "BSD-3-Clause", + "supports": "!uwp & (x64 | (arm64 & linux))" +} |