mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 02:29:30 +08:00
b49b2bdf22
* cppcms * cudnn * devicenameresolver * epsilon * fann * cudnn license * devicenameresolver version * epsilon * version * Remove from ci baseline * license * version * libbf * version * Why are those ports unsupported on static? I think because of failing post build lint * version * cppcms * version * epsilon * version * typo * version * test on static * version * cppcms not supported on static * version * cudnn * device * version * try again... * version * version-date * version * [cppcms] Patch out tests & examples * version * Fix patch * version * remove debug include * version * [cppcms] copy pdbs * version
20 lines
466 B
JSON
20 lines
466 B
JSON
{
|
|
"name": "cppcms",
|
|
"version": "1.2.1",
|
|
"port-version": 5,
|
|
"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"
|
|
]
|
|
}
|