aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cppcms/vcpkg.json
blob: d3b9bb98aa16bf1336cbc478027acecc16474960 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "cppcms",
  "version": "2.0.1",
  "description": "CppCMS is a Free High Performance Web Development Framework (not a CMS) aimed at Rapid Web Application Development",
  "homepage": "https://github.com/artyom-beilis/cppcms",
  "license": null,
  "supports": "!uwp",
  "dependencies": [
    "icu",
    "openssl",
    "pcre",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    "zlib"
  ]
}