aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/liboqs/vcpkg.json
blob: 487aeb17fe2fecd30de3201ae67f5d24f6067b86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "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
    }
  ]
}