mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:43:11 +08:00
1b18be18af
Co-authored-by: Jean-Louis Leroy <jll63@users.noreply.github.com>
21 lines
411 B
JSON
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
|
|
}
|
|
]
|
|
}
|