vcpkg/ports/yomm2/vcpkg.json
stellarpower 28dc8b9b2c
[yomm2 ] Bump yomm2 to 1.3.1 (#30028)
Co-authored-by: Ben Southall <bensouthall@smartr.ai>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-19 12:09:00 -07:00

23 lines
457 B
JSON

{
"name": "yomm2",
"version": "1.3.1",
"description": "YOMM2 is an implementation of open multi-methods.",
"homepage": "https://github.com/jll63/yomm2",
"license": "BSL-1.0",
"dependencies": [
"boost-dynamic-bitset",
"boost-integer",
"boost-move",
"boost-preprocessor",
"boost-type-traits",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}