vcpkg/ports/openmama/vcpkg.json
fquinner aef4855626
[openmama] Update to version 6.3.2 (#30671)
* [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
2023-04-05 16:28:17 -07:00

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"
]
}