Files
vcpkg/ports/liboqs/vcpkg.json
Richard Barnes a196e0a40b [liboqs] update to 0.15.0 (#48380)
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
2025-11-18 16:10:44 -08:00

20 lines
409 B
JSON

{
"name": "liboqs",
"version": "0.15.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
}
]
}