1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
{
"name": "openmama",
"version-semver": "6.3.2",
"port-version": 3,
"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": "!xbox",
"dependencies": [
"apr",
"apr-util",
"libevent",
{
"name": "libuuid",
"platform": "!windows & !osx"
},
{
"name": "qpid-proton",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
|