vcpkg/ports/omniorb/vcpkg.json
gerard-ryan-immersaview 6db51d86a9
[vcpkg_replace_string] warn unchanged by call (#34719)
If a call to `vcpkg_replace_string` makes no changes i.e doesn't
effectively replace a string, A warning is logged.

This should also help identify ports that no longer need these calls to
fix things in `.pc` files etc.
2024-06-19 14:07:05 -07:00

24 lines
485 B
JSON

{
"name": "omniorb",
"version": "4.3.0",
"port-version": 3,
"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"
]
}