vcpkg/ports/quantlib/vcpkg.json

51 lines
1.0 KiB
JSON
Raw Normal View History

{
"name": "quantlib",
2022-10-28 10:23:22 +08:00
"version": "1.28",
"description": "The QuantLib C++ library",
"homepage": "https://www.quantlib.org/",
"license": "BSD-3-Clause",
"supports": "!(windows & !staticcrt)",
"dependencies": [
"boost-accumulators",
"boost-algorithm",
"boost-any",
"boost-array",
"boost-assert",
"boost-assign",
"boost-atomic",
"boost-bind",
"boost-config",
"boost-core",
"boost-date-time",
"boost-dynamic-bitset",
"boost-format",
"boost-function",
"boost-functional",
"boost-iterator",
"boost-lexical-cast",
"boost-math",
"boost-multi-array",
"boost-multiprecision",
"boost-optional",
"boost-preprocessor",
"boost-random",
"boost-serialization",
"boost-signals2",
"boost-smart-ptr",
"boost-thread",
"boost-tuple",
"boost-type-traits",
"boost-ublas",
"boost-unordered",
2022-01-21 02:29:37 +08:00
"boost-utility",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}