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

20 lines
409 B
JSON

{
"name": "liboqs",
"version": "0.12.0",
"description": "open source C library for quantum-safe cryptographic algorithms.",
"homepage": "https://openquantumsafe.org/",
"license": "MIT",
"supports": "!uwp & !(windows & static)",
"dependencies": [
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}