mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 23:41:44 +08:00
b619a233fb
* [msgpack] update version to 6.0.0 and switch to the C++ branch * update version * update * version * fix cmake config name * vdb * fix coolprop * v db * add dependencies * format * v db
23 lines
416 B
JSON
23 lines
416 B
JSON
{
|
|
"name": "coolprop",
|
|
"version-semver": "6.4.3",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|