aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cgicc/vcpkg.json
blob: c1bfc42a86fd640b867944f9687e5d1253c22273 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "cgicc",
  "version": "3.2.20",
  "port-version": 2,
  "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/",
  "license": "LGPL-2.1-or-later",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}