vcpkg/ports/yomm2/vcpkg.json
Fabien Péan 0a50c9623b
[yomm2] Update to v1.4.0 (#33509)
* [yomm2] Update to version 1.4.0

* [yomm2] v db
2023-09-18 10:12:53 -07:00

21 lines
411 B
JSON

{
"name": "yomm2",
"version": "1.4.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
}
]
}