mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:59:01 +08:00
8056e214c5
* [cppcms] fix narrowing error with clang-cl * v db
20 lines
466 B
JSON
20 lines
466 B
JSON
{
|
|
"name": "cppcms",
|
|
"version": "1.2.1",
|
|
"port-version": 6,
|
|
"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": "MIT",
|
|
"supports": "!(linux | osx | (windows & static))",
|
|
"dependencies": [
|
|
"icu",
|
|
"openssl",
|
|
"pcre",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|