mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 15:59:01 +08:00
b9ef89b775
* Delete config/ * update version --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
30 lines
710 B
JSON
30 lines
710 B
JSON
{
|
|
"name": "openmama",
|
|
"version-semver": "6.3.2",
|
|
"port-version": 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",
|
|
"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
|
|
}
|
|
]
|
|
}
|