mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 15:59:01 +08:00
19 lines
483 B
JSON
19 lines
483 B
JSON
{
|
|
"name": "libressl",
|
|
"version": "3.6.2",
|
|
"port-version": 2,
|
|
"description": "LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in 2014, with goals of modernizing the codebase, improving security, and applying best practice development processes.",
|
|
"license": "ISC",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build openssl and ocspcheck executables"
|
|
}
|
|
}
|
|
}
|