zeek/auxil/vcpkg/ports/tfhe/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

15 lines
339 B
JSON

{
"name": "tfhe",
"version-semver": "1.0.1",
"port-version": 5,
"description": "TFHE is open-source software distributed under the terms of the Apache 2.0 license.",
"homepage": "https://github.com/tfhe/tfhe",
"supports": "!windows & !arm",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}