vcpkg/ports/libtasn1/vcpkg.json

20 lines
426 B
JSON
Raw Normal View History

{
"name": "libtasn1",
2022-11-08 00:40:47 +01:00
"version": "4.19.0",
2023-03-09 20:49:08 +01:00
"port-version": 1,
"description": "A secure communications library implementing the SSL, TLS and DTLS protocols",
"homepage": "https://www.gnutls.org/",
2022-11-08 00:40:47 +01:00
"license": null,
"supports": "!uwp",
"dependencies": [
{
"name": "getopt",
"platform": "windows & !mingw"
},
{
"name": "gettimeofday",
"platform": "windows & !mingw"
}
]
}