vcpkg/ports/cgicc/vcpkg.json
Jia Yue Hua 5f6070e510
[cgicc] update to 3.2.20 (#36599)
* [cgicc] update to 3.2.20

* [cgicc] update to 3.2.20

* [cgicc] update to 3.2.20

* [cgicc] update to 3.2.20
2024-02-07 12:33:25 -08:00

17 lines
400 B
JSON

{
"name": "cgicc",
"version": "3.2.20",
"description": "GNU Cgicc is an ANSI C++ compliant class library that greatly simplifies the creation of CGI applications for the World Wide Web",
"homepage": "https://www.gnu.org/software/cgicc/",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}