vcpkg/ports/libressl/vcpkg.json
2023-06-19 14:53:45 -07:00

20 lines
513 B
JSON

{
"name": "libressl",
"version": "3.6.2",
"port-version": 1,
"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",
"supports": "!(uwp | arm)",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
],
"features": {
"tools": {
"description": "Build openssl and ocspcheck executables"
}
}
}