vcpkg/ports/boost-parameter/vcpkg.json

20 lines
413 B
JSON
Raw Normal View History

{
"name": "boost-parameter",
2021-09-28 08:12:39 +08:00
"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"
]
}