mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-04 18:18:25 -05:00
14 lines
380 B
JSON
14 lines
380 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|