mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 09:31:08 +08:00
19 lines
462 B
JSON
19 lines
462 B
JSON
{
|
|
"name": "libfido2",
|
|
"version": "1.15.0",
|
|
"port-version": 1,
|
|
"description": "Provides library functionality to communicate with a FIDO device over USB, and to verify attestation and assertion signatures.",
|
|
"homepage": "https://developers.yubico.com/libfido2/",
|
|
"license": "BSD-2-Clause",
|
|
"supports": "!android & !uwp",
|
|
"dependencies": [
|
|
"libcbor",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|