aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libu2f-server/vcpkg.json
blob: a3e291ec7a70adecbeef089b15691781c4f9fea2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "libu2f-server",
  "version": "1.1.0",
  "port-version": 5,
  "description": "Yubico Universal 2nd Factor (U2F) Server C Library",
  "homepage": "https://developers.yubico.com/libu2f-server/",
  "supports": "(x86 | x64) & windows",
  "dependencies": [
    "json-c",
    "openssl",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}