mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:09:00 +08:00
8ead9c2674
* [many ports]switch to vcpkg-cmake / vckg-cmake-config part 3 * version * typo * version * typo * version * Fix params * version * deprecated vcpkg_extract_source_archive_ex * version * fix arguments * version * Rename argument * version * Deprecate vcpkg_extract_source_archive_ex * version --------- Co-authored-by: jyu49 <yu_jack@apple.com>
17 lines
359 B
JSON
17 lines
359 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|