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

24 lines
531 B
JSON

{
"name": "boost-flyweight",
"version": "1.77.0",
"description": "Boost flyweight module",
"homepage": "https://github.com/boostorg/flyweight",
"dependencies": [
"boost-assert",
"boost-config",
"boost-container-hash",
"boost-core",
"boost-detail",
"boost-interprocess",
"boost-mpl",
"boost-multi-index",
"boost-parameter",
"boost-preprocessor",
"boost-serialization",
"boost-smart-ptr",
"boost-throw-exception",
"boost-type-traits",
"boost-vcpkg-helpers"
]
}