mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 09:59:06 +08:00
3ef62a2a76
* add omniorb port * v db * fix stuff i didn't test * try running without pythonpath on linux * dont care to fix osx * format manifest wants it braced. * v db * use & instead of , * v db * also disallow x86 on windows * v db * Apply suggestions from code review Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * format * v db * cleanup * v db --------- Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
23 lines
456 B
JSON
23 lines
456 B
JSON
{
|
|
"name": "omniorb",
|
|
"version": "4.3.0",
|
|
"description": "omniORB is a robust high performance CORBA ORB for C++",
|
|
"homepage": "https://omniorb.sourceforge.io/",
|
|
"license": "LGPL-2.1-or-later",
|
|
"supports": "!uwp & !((arm | x86) & windows) & !osx",
|
|
"dependencies": [
|
|
"openssl",
|
|
"python3",
|
|
{
|
|
"name": "python3",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
"zlib",
|
|
"zstd"
|
|
]
|
|
}
|