mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 17:43:49 +08:00
aef4855626
* [openmama] Update to version 6.3.2 * [openmama] Fixes for PR checklist for OpenMAMA 6.3.2 * [openmama] Updated license in vcpkg json * [openmama] Fixed weird ordering requirement in vcpkg json * [openmama] Updated version database
17 lines
515 B
JSON
17 lines
515 B
JSON
{
|
|
"name": "openmama",
|
|
"version-semver": "6.3.2",
|
|
"description": "OpenMAMA is a high performance vendor neutral lightweight wrapper that provides a common API interface to different middleware and messaging solutions across a variety of platforms and languages",
|
|
"homepage": "https://github.com/finos/OpenMAMA",
|
|
"license": "LGPL-2.1",
|
|
"supports": "windows & (x64 | x86)",
|
|
"dependencies": [
|
|
"apr",
|
|
"apr-util",
|
|
"libevent",
|
|
"qpid-proton",
|
|
"vcpkg-cmake",
|
|
"vcpkg-cmake-config"
|
|
]
|
|
}
|