mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-13 23:09:07 +08:00
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"
|
||
|
]
|
||
|
}
|