mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 15:29:06 +08:00
5f6070e510
* [cgicc] update to 3.2.20 * [cgicc] update to 3.2.20 * [cgicc] update to 3.2.20 * [cgicc] update to 3.2.20
17 lines
400 B
JSON
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
|
|
}
|
|
]
|
|
}
|