mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 04:59:01 +08:00
eebcbc7ca3
* Only multi-threaded DLL libraries can be used with Ice * Update to Ice 3.7.9 * Update vcpkg.json (3.7.9)disallow static builds for certain features (executables) as it seems that Ice doesn't support it. * Updated version * Updated version (hash) * Fixed indentation and replace version string
133 lines
2.8 KiB
JSON
133 lines
2.8 KiB
JSON
{
|
|
"name": "zeroc-ice",
|
|
"version": "3.7.9",
|
|
"maintainers": "Benjamin Oldenburg <benjamin.oldenburg@ordis.co.th>",
|
|
"description": "Comprehensive RPC framework with support for C++, CSharp, Java, JavaScript, Python and more.",
|
|
"homepage": "https://github.com/zeroc-ice/ice",
|
|
"license": null,
|
|
"supports": "!uwp & !(windows & arm) & !wasm32",
|
|
"dependencies": [
|
|
"bzip2",
|
|
"expat",
|
|
"lmdb",
|
|
"mcpp",
|
|
{
|
|
"name": "openssl",
|
|
"platform": "!windows"
|
|
},
|
|
"zlib"
|
|
],
|
|
"default-features": [
|
|
"glacier2lib",
|
|
"icegridlib",
|
|
"icestormlib"
|
|
],
|
|
"features": {
|
|
"glacier2lib": {
|
|
"description": "Glacier2 libraries"
|
|
},
|
|
"glacier2router": {
|
|
"description": "Glacier2Router",
|
|
"supports": "!(windows & static)",
|
|
"dependencies": [
|
|
{
|
|
"name": "zeroc-ice",
|
|
"features": [
|
|
"glacier2lib",
|
|
"icessl"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"iceboxlib": {
|
|
"description": "IceBox libraries and runtime",
|
|
"supports": "!(windows & static)"
|
|
},
|
|
"iceboxtools": {
|
|
"description": "IceBox tools",
|
|
"supports": "!(windows & static)"
|
|
},
|
|
"icebridge": {
|
|
"description": "IceBridge",
|
|
"supports": "!(windows & static)",
|
|
"dependencies": [
|
|
{
|
|
"name": "zeroc-ice",
|
|
"features": [
|
|
"iceboxlib"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"icediscovery": {
|
|
"description": "IceDiscovery",
|
|
"dependencies": [
|
|
{
|
|
"name": "zeroc-ice",
|
|
"features": [
|
|
"glacier2lib",
|
|
"iceboxlib",
|
|
"icessl",
|
|
"icestormlib"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"icegridlib": {
|
|
"description": "IceGrid library",
|
|
"dependencies": [
|
|
{
|
|
"name": "zeroc-ice",
|
|
"features": [
|
|
"glacier2lib"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"icegridtools": {
|
|
"description": "IceGrid tools",
|
|
"supports": "!(windows & static)",
|
|
"dependencies": [
|
|
"expat",
|
|
{
|
|
"name": "zeroc-ice",
|
|
"features": [
|
|
"glacier2lib",
|
|
"iceboxlib",
|
|
"icegridlib",
|
|
"icessl"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"icessl": {
|
|
"description": "IceSSL",
|
|
"dependencies": [
|
|
{
|
|
"name": "openssl",
|
|
"platform": "!windows"
|
|
}
|
|
]
|
|
},
|
|
"icestormlib": {
|
|
"description": "IceStorm library"
|
|
},
|
|
"icestormtools": {
|
|
"description": "IceStorm tools",
|
|
"supports": "!(windows & static)",
|
|
"dependencies": [
|
|
"lmdb",
|
|
{
|
|
"name": "zeroc-ice",
|
|
"features": [
|
|
"glacier2lib",
|
|
"iceboxlib",
|
|
"icegridlib",
|
|
"icestormlib"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|