vcpkg/ports/fastcgi/vcpkg.json
Alexander Neumann 8da5d2b450
[OpenJPEG] Update to 2.5.0 (#24734)
* 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>
2022-05-19 14:43:34 -07:00

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