vcpkg/ports/libmicrohttpd/vcpkg.json
Mengna Li a0886ef838
[libmicrohttpd] update to v0.9.75 (#22514)
* update libmicrohttpd to v0.9.75

* delete useless patch file

Co-authored-by: Mengna-Li <you@example.com>
2022-01-13 10:50:47 -08:00

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"
}
]
}