vcpkg/ports/boost-concept-check/vcpkg.json

14 lines
314 B
JSON
Raw Normal View History

{
"name": "boost-concept-check",
2021-09-28 08:12:39 +08:00
"version": "1.77.0",
"description": "Boost concept_check module",
"homepage": "https://github.com/boostorg/concept_check",
"dependencies": [
"boost-config",
"boost-preprocessor",
"boost-static-assert",
"boost-type-traits",
"boost-vcpkg-helpers"
]
}