mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:51:47 +08:00
b09cf765d3
* [msgpack] update version to 4.1.3 * update version * version * clean and fix license * clean and fix license * version * revert * revert * version * fix ci * version * fix coolprop and update version * update version * format patch * version * hash * revert patch * version * update patch * version * add new function * vdb --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
22 lines
395 B
JSON
22 lines
395 B
JSON
{
|
|
"name": "coolprop",
|
|
"version-semver": "6.4.3",
|
|
"description": "Thermophysical properties for the masses",
|
|
"homepage": "https://github.com/CoolProp/CoolProp",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"catch",
|
|
"eigen3",
|
|
"fmt",
|
|
"if97",
|
|
"msgpack",
|
|
"pybind11",
|
|
"rapidjson",
|
|
"refprop-headers",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|