mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:36:41 +08:00
f2f9f7993a
* [vcpkg baseline][libtasn1] Fix static build * update version record * update baseline * change the fix way to avoid other toolchain doesn't use VCPKG_X_FLAGS * Update versions/l-/libtasn1.json * Update ports/libtasn1/portfile.cmake * Update versions/l-/libtasn1.json
19 lines
389 B
JSON
19 lines
389 B
JSON
{
|
|
"name": "libtasn1",
|
|
"version": "4.17.0",
|
|
"port-version": 1,
|
|
"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"
|
|
}
|
|
]
|
|
}
|