mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
20 lines
409 B
JSON
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
|
|
}
|
|
]
|
|
}
|