aboutsummaryrefslogtreecommitdiff
path: root/vcpkg-ports/openssl/vcpkg.json
blob: f96750f7ca4781035b0e892805d24c6aac1263cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "openssl",
  "version": "3.0.5",
  "port-version": 5,
  "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 & !uwp"
    }
  ]
}