vcpkg/ports/boost-crc/vcpkg.json

15 lines
305 B
JSON
Raw Normal View History

{
"name": "boost-crc",
"version-string": "1.75.0",
"description": "Boost crc module",
"homepage": "https://github.com/boostorg/crc",
"dependencies": [
"boost-array",
"boost-compatibility",
"boost-config",
"boost-integer",
"boost-type-traits",
"boost-vcpkg-helpers"
]
}