mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
18 lines
366 B
JSON
18 lines
366 B
JSON
{
|
|
"name": "boringssl",
|
|
"version-date": "2024-09-13",
|
|
"description": "BoringSSL is a fork of OpenSSL developed by Google",
|
|
"homepage": "https://boringssl.googlesource.com/boringssl",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|