mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 14:18:24 -05:00
17 lines
348 B
JSON
Executable File
17 lines
348 B
JSON
Executable File
{
|
|
"name": "civetweb",
|
|
"version": "1.15",
|
|
"port-version": 1,
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|