2022-04-14 01:48:49 +08:00
|
|
|
{
|
|
|
|
"name": "zeroc-ice",
|
2023-04-27 12:08:02 +08:00
|
|
|
"version": "3.7.9",
|
2023-09-06 13:44:14 +08:00
|
|
|
"port-version": 4,
|
2022-04-14 01:48:49 +08:00
|
|
|
"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,
|
2022-04-26 06:39:10 +08:00
|
|
|
"supports": "!uwp & !(windows & arm) & !wasm32",
|
2022-04-14 01:48:49 +08:00
|
|
|
"dependencies": [
|
|
|
|
"bzip2",
|
|
|
|
"expat",
|
|
|
|
"lmdb",
|
|
|
|
"mcpp",
|
|
|
|
{
|
|
|
|
"name": "openssl",
|
|
|
|
"platform": "!windows"
|
|
|
|
},
|
2023-08-16 03:06:43 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-msbuild",
|
|
|
|
"host": true,
|
|
|
|
"platform": "windows"
|
|
|
|
},
|
2022-04-14 01:48:49 +08:00
|
|
|
"zlib"
|
|
|
|
],
|
2023-04-27 12:08:02 +08:00
|
|
|
"default-features": [
|
|
|
|
"glacier2lib",
|
|
|
|
"icegridlib",
|
|
|
|
"icestormlib"
|
|
|
|
],
|
2022-04-14 01:48:49 +08:00
|
|
|
"features": {
|
|
|
|
"glacier2lib": {
|
|
|
|
"description": "Glacier2 libraries"
|
|
|
|
},
|
|
|
|
"glacier2router": {
|
|
|
|
"description": "Glacier2Router",
|
2023-04-27 12:08:02 +08:00
|
|
|
"supports": "!(windows & static)",
|
2022-04-14 01:48:49 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "zeroc-ice",
|
|
|
|
"features": [
|
|
|
|
"glacier2lib",
|
|
|
|
"icessl"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"iceboxlib": {
|
2023-04-27 12:08:02 +08:00
|
|
|
"description": "IceBox libraries and runtime",
|
|
|
|
"supports": "!(windows & static)"
|
2022-04-14 01:48:49 +08:00
|
|
|
},
|
|
|
|
"iceboxtools": {
|
2023-04-27 12:08:02 +08:00
|
|
|
"description": "IceBox tools",
|
|
|
|
"supports": "!(windows & static)"
|
2022-04-14 01:48:49 +08:00
|
|
|
},
|
|
|
|
"icebridge": {
|
|
|
|
"description": "IceBridge",
|
2023-04-27 12:08:02 +08:00
|
|
|
"supports": "!(windows & static)",
|
2022-04-14 01:48:49 +08:00
|
|
|
"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",
|
2023-04-27 12:08:02 +08:00
|
|
|
"supports": "!(windows & static)",
|
2022-04-14 01:48:49 +08:00
|
|
|
"dependencies": [
|
|
|
|
"expat",
|
|
|
|
{
|
|
|
|
"name": "zeroc-ice",
|
|
|
|
"features": [
|
|
|
|
"glacier2lib",
|
|
|
|
"iceboxlib",
|
|
|
|
"icegridlib",
|
|
|
|
"icessl"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2023-09-02 06:32:54 +08:00
|
|
|
"icelocatordiscovery": {
|
|
|
|
"description": "IceLocatorDiscovery",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "zeroc-ice",
|
|
|
|
"features": [
|
|
|
|
"glacier2lib",
|
|
|
|
"iceboxlib",
|
|
|
|
"icessl",
|
|
|
|
"icestormlib"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2022-04-14 01:48:49 +08:00
|
|
|
"icessl": {
|
|
|
|
"description": "IceSSL",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "openssl",
|
|
|
|
"platform": "!windows"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"icestormlib": {
|
|
|
|
"description": "IceStorm library"
|
|
|
|
},
|
|
|
|
"icestormtools": {
|
|
|
|
"description": "IceStorm tools",
|
2023-04-27 12:08:02 +08:00
|
|
|
"supports": "!(windows & static)",
|
2022-04-14 01:48:49 +08:00
|
|
|
"dependencies": [
|
|
|
|
"lmdb",
|
|
|
|
{
|
|
|
|
"name": "zeroc-ice",
|
|
|
|
"features": [
|
|
|
|
"glacier2lib",
|
|
|
|
"iceboxlib",
|
|
|
|
"icegridlib",
|
|
|
|
"icestormlib"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|