blob: fd021c21c3d2164d8df791074adb5482a3f61a8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "libtasn1",
"version": "4.17.0",
"port-version": 3,
"description": "A secure communications library implementing the SSL, TLS and DTLS protocols",
"homepage": "https://www.gnutls.org/",
"supports": "!uwp",
"dependencies": [
{
"name": "getopt",
"platform": "windows & !mingw"
},
{
"name": "gettimeofday",
"platform": "windows & !mingw"
}
]
}
|