vcpkg/ports/boost-icl/vcpkg.json

25 lines
508 B
JSON
Raw Normal View History

{
"name": "boost-icl",
2021-09-28 08:12:39 +08:00
"version": "1.77.0",
"description": "Boost icl module",
"homepage": "https://github.com/boostorg/icl",
"dependencies": [
"boost-assert",
"boost-concept-check",
"boost-config",
"boost-container",
2021-09-28 08:12:39 +08:00
"boost-core",
"boost-date-time",
"boost-detail",
"boost-iterator",
"boost-move",
"boost-mpl",
"boost-range",
"boost-rational",
"boost-static-assert",
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers"
]
}