pineapple-src/externals/vcpkg/ports/libtasn1/vcpkg.json
2022-07-23 03:01:36 +02:00

18 lines
407 B
JSON
Executable file

{
"name": "libtasn1",
"version": "4.17.0",
"port-version": 3,
"description": "A secure communications library implementing the SSL, TLS and DTLS protocols",
"homepage": "https://www.gnutls.org/",
"supports": "!uwp",
"dependencies": [
{
"name": "getopt",
"platform": "windows & !mingw"
},
{
"name": "gettimeofday",
"platform": "windows & !mingw"
}
]
}