mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:11:48 +08:00
8da5d2b450
* update openjpeg * update openjpeg * add arm patch and license * reduce to version * update db * fix fastcgi to always use make * remove from baseline * openjpeg add tools feature * vdb * add supports statement. fastcgi uses stuff which only is allowed in desktop apps. * format manfiest * ver db Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
10 lines
332 B
JSON
10 lines
332 B
JSON
{
|
|
"name": "fastcgi",
|
|
"version-date": "2020-09-11",
|
|
"port-version": 5,
|
|
"description": "The FastCGI interface combines the best aspects of CGI and vendor APIs. Like CGI, FastCGI applications run in separate, isolated processes.",
|
|
"homepage": "https://fastcgi-archives.github.io/",
|
|
"license": "OML",
|
|
"supports": "!uwp"
|
|
}
|