aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gsoap/vcpkg.json
blob: c7fa38a0334509482d3ea2073ee910ee7dec424b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "gsoap",
  "version": "2.8.112",
  "port-version": 2,
  "description": "The gSOAP toolkit is a C and C++ software development toolkit for SOAP and REST XML Web services and generic C/C++ XML data bindings.",
  "homepage": "https://sourceforge.net/projects/gsoap2/",
  "supports": "!(linux | osx | arm | uwp)",
  "dependencies": [
    {
      "name": "vcpkg-msbuild",
      "host": true,
      "platform": "windows"
    }
  ]
}