mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 22:58:52 +08:00
83f9a6c469
* [libtasn1] add Windows support * [libtasn1] Supply absolute paths to standard headers in MSVC * [libgpg-error] only apply MSVC patch on Windows * [libtasn1] fix ar-lib issue * [libtasn1] fix #include in sys_types.h as well * [libtasn1] fix Windows builds * [libtasn1] update to 4.17 * [libtasn1] fail x64-windows-static-md builds for now * [libtasn1] update versions * [libtasn1] wrap paths in double quotes * [libtasn1] update versions Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
18 lines
368 B
JSON
18 lines
368 B
JSON
{
|
|
"name": "libtasn1",
|
|
"version": "4.17.0",
|
|
"description": "A secure communications library implementing the SSL, TLS and DTLS protocols",
|
|
"homepage": "https://www.gnutls.org/",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "getopt",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "gettimeofday",
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|