mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 17:29:07 +08:00
a0886ef838
* update libmicrohttpd to v0.9.75 * delete useless patch file Co-authored-by: Mengna-Li <you@example.com>
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"
|
|
}
|
|
]
|
|
}
|