mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 00:39:00 +08:00
795111ff31
* * Enable Arm64 assembly optimization on Windows by using clang * * find and add clang folder to the patch * * update version * * refactor based on the review * * update version * * fix arm64_uwp build * * update version * * fix arm64_uwp build * * update version * * refactoring * * update version * * use clang c_flags only for clang on Arm64 * * update version * * update version
33 lines
827 B
JSON
33 lines
827 B
JSON
{
|
|
"name": "openssl",
|
|
"version": "3.1.4",
|
|
"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
|
|
}
|
|
],
|
|
"features": {
|
|
"fips": {
|
|
"description": "Enable fips",
|
|
"supports": "!static"
|
|
},
|
|
"tools": {
|
|
"description": "Install openssl executable and scripts",
|
|
"supports": "!uwp"
|
|
}
|
|
}
|
|
}
|