mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:31:48 +08:00
3e93bb69a1
* [coolprop] Cleanup * Fix uwp * [refprop-headers] Update * [if97] Avoid encoding warnings * [msgpack] More boost dependencies Cf. https://github.com/msgpack/msgpack-c/wiki/install_boost * [coolprop] Use msgpack endianess --------- Co-authored-by: Cheney-Wang <850426846@qq.com>
21 lines
387 B
JSON
21 lines
387 B
JSON
{
|
|
"name": "coolprop",
|
|
"version-semver": "6.4.3",
|
|
"port-version": 3,
|
|
"description": "Thermophysical properties for the masses",
|
|
"homepage": "https://github.com/CoolProp/CoolProp",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"eigen3",
|
|
"fmt",
|
|
"if97",
|
|
"msgpack",
|
|
"rapidjson",
|
|
"refprop-headers",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|