vcpkg/ports/openmama/vcpkg.json
Chuck Walbourn 5d2a0a9814
Update xbox supports expressions for failing ports with copyleft licenses (#31770)
* Xbox triplets should not support ports with only copyleft licenses

* Reverted ports that build with xbox currently

* Fix conflict and rebase

* Update baseline

* Update baseline
2023-06-15 14:49:00 -07:00

31 lines
733 B
JSON

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