mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
20 lines
391 B
JSON
20 lines
391 B
JSON
{
|
|
"name": "wolftpm",
|
|
"version": "3.4.0",
|
|
"description": "TPM library used with wolfSSL library for many platforms",
|
|
"homepage": "https://wolfssl.com",
|
|
"license": "GPL-2.0-or-later",
|
|
"supports": "!uwp & !xbox",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"wolfssl"
|
|
]
|
|
}
|