vcpkg/ports/libtasn1/vcpkg.json

20 lines
426 B
JSON
Raw Normal View History

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