vcpkg/ports/cgicc/vcpkg.json
2024-06-11 13:26:30 -07:00

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