mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
18 lines
421 B
JSON
18 lines
421 B
JSON
{
|
|
"name": "cgicc",
|
|
"version": "3.2.20",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|