mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-03 02:58:24 -05:00
14 lines
380 B
JSON
Executable File
14 lines
380 B
JSON
Executable File
{
|
|
"name": "libmicrohttpd",
|
|
"version": "0.9.75",
|
|
"description": "GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application",
|
|
"homepage": "https://www.gnu.org/software/libmicrohttpd/",
|
|
"supports": "!(arm | uwp)",
|
|
"dependencies": [
|
|
{
|
|
"name": "gettext",
|
|
"platform": "!windows"
|
|
}
|
|
]
|
|
}
|