mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:49:08 +08:00
e3e7583380
* [openssl] Fix dynamic builds on UNIX * version * Use version.dat * version
19 lines
542 B
JSON
19 lines
542 B
JSON
{
|
|
"name": "openssl",
|
|
"version": "3.0.2",
|
|
"port-version": 2,
|
|
"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
|
|
}
|
|
]
|
|
}
|