mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
19 lines
413 B
JSON
19 lines
413 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|