vcpkg/ports/libtasn1/vcpkg.json
2023-03-09 11:49:08 -08:00

20 lines
426 B
JSON

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