vcpkg/ports/boost-parameter/vcpkg.json
2021-09-27 17:12:39 -07:00

20 lines
413 B
JSON

{
"name": "boost-parameter",
"version": "1.77.0",
"description": "Boost parameter module",
"homepage": "https://github.com/boostorg/parameter",
"dependencies": [
"boost-config",
"boost-core",
"boost-function",
"boost-fusion",
"boost-mp11",
"boost-mpl",
"boost-optional",
"boost-preprocessor",
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers"
]
}