mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 08:09:00 +08:00
cacce66afe
* [yomm2] fix install for `x64-windows` * [yomm2] v db
22 lines
432 B
JSON
22 lines
432 B
JSON
{
|
|
"name": "yomm2",
|
|
"version": "1.4.0",
|
|
"port-version": 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-mp11",
|
|
"boost-preprocessor",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|