vcpkg/ports/coolprop/vcpkg.json

21 lines
387 B
JSON
Raw Normal View History

{
"name": "coolprop",
"version-semver": "6.4.3",
"port-version": 3,
"description": "Thermophysical properties for the masses",
"homepage": "https://github.com/CoolProp/CoolProp",
2022-10-06 06:03:50 +08:00
"license": "MIT",
"dependencies": [
"eigen3",
"fmt",
"if97",
"msgpack",
"rapidjson",
2022-10-06 06:03:50 +08:00
"refprop-headers",
{
"name": "vcpkg-cmake",
"host": true
}
]
}