mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:29:00 +08:00
67e861818a
* [zimpl] New port * Fix msvc * MSVC needs pcre2 * Fix MSVC runtime * Fix msvc and mingw
25 lines
446 B
JSON
25 lines
446 B
JSON
{
|
|
"name": "zimpl",
|
|
"version": "3.5.3",
|
|
"description": "Zuse Institut Mathematical Programming Language",
|
|
"homepage": "http://zimpl.zib.de/",
|
|
"license": "LGPL-3.0-or-later",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"gmp",
|
|
{
|
|
"name": "pcre2",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|