aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libtasn1/vcpkg.json
blob: 7dfd363997511a98882e5b900b953f1f49f83a0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "libtasn1",
  "version": "4.19.0",
  "port-version": 2,
  "description": "A secure communications library implementing the SSL, TLS and DTLS protocols",
  "homepage": "https://www.gnutls.org/",
  "license": null,
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "getopt",
      "platform": "windows & !mingw"
    },
    {
      "name": "gettimeofday",
      "platform": "windows & !mingw"
    }
  ]
}