mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 15:59:06 +08:00
f32fc13dbe
* Use vcpkg_build_nmake for windows incl. uwp Use prerun shell for configuration * [openssl] Generate OPENSSL_VERSION_MAJOR/MINOR/FIX * Update versions Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
24 lines
650 B
JSON
24 lines
650 B
JSON
{
|
|
"name": "openssl",
|
|
"version": "3.0.7",
|
|
"port-version": 1,
|
|
"description": "OpenSSL is an open source project that provides a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library.",
|
|
"homepage": "https://www.openssl.org",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-get-vars",
|
|
"host": true,
|
|
"platform": "windows & !mingw"
|
|
}
|
|
]
|
|
}
|