blob: 77ac71bf0793365332f96b2ef33d3d2984cddf73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "civetweb",
"version": "1.13",
"port-version": 2,
"description": "Easy to use, powerful, C/C++ embeddable web server.",
"homepage": "https://github.com/civetweb/civetweb",
"supports": "!uwp",
"features": {
"ssl": {
"description": "Enable SSL support",
"dependencies": [
"openssl"
]
}
}
}
|