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