2021-04-13 00:59:28 +08:00
{
"name" : "openmama" ,
2023-04-06 07:28:17 +08:00
"version-semver" : "6.3.2" ,
2023-06-16 05:49:00 +08:00
"port-version" : 3 ,
2021-04-13 00:59:28 +08:00
"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" ,
2023-04-06 07:28:17 +08:00
"license" : "LGPL-2.1" ,
2023-06-16 05:49:00 +08:00
"supports" : "!xbox" ,
2021-04-13 00:59:28 +08:00
"dependencies" : [
"apr" ,
2023-04-06 07:28:17 +08:00
"apr-util" ,
2021-04-13 00:59:28 +08:00
"libevent" ,
2023-04-18 06:31:08 +08:00
{
"name" : "libuuid" ,
"platform" : "!windows & !osx"
} ,
{
"name" : "qpid-proton" ,
"default-features" : false
} ,
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
}
2021-04-13 00:59:28 +08:00
]
}