vcpkg/ports/yomm2/vcpkg.json
Jean-Louis Leroy 1b18be18af
[yomm2] Update to v1.6.0 (#42078)
Co-authored-by: Jean-Louis Leroy <jll63@users.noreply.github.com>
2024-11-11 23:28:30 -08:00

21 lines
411 B
JSON

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