vcpkg/ports/libtasn1/vcpkg.json
2022-11-07 15:40:47 -08:00

19 lines
405 B
JSON

{
"name": "libtasn1",
"version": "4.19.0",
"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"
}
]
}