mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:09:06 +08:00
87e44be6f5
* [cppcms] No uwp * [cppcms] Fix dependencies and linkage * [cppcms] No python for build * Fixup
20 lines
434 B
JSON
20 lines
434 B
JSON
{
|
|
"name": "cppcms",
|
|
"version": "1.2.1",
|
|
"port-version": 7,
|
|
"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"
|
|
]
|
|
}
|