Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

24 lines
485 B
JSON

{
"name": "omniorb",
"version": "4.3.0",
"port-version": 4,
"description": "omniORB is a robust high performance CORBA ORB for C++",
"homepage": "https://omniorb.sourceforge.io/",
"license": "LGPL-2.1-or-later",
"supports": "!uwp & !xbox & !((arm | x86) & windows) & !osx",
"dependencies": [
"openssl",
"python3",
{
"name": "python3",
"host": true
},
{
"name": "vcpkg-cmake",
"host": true
},
"zlib",
"zstd"
]
}