mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:29:01 +08:00
19 lines
405 B
JSON
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"
|
|
}
|
|
]
|
|
}
|