A description of this package.
Description
- Swift Tools 6.0.0
Description
{ "name": "sebbu-networking", "path": "/usr/src/package", "targets": [ { "name": "SebbuNetworkingTests", "path": "Tests/SebbuNetworkingTests", "type": "test", "c99name": "SebbuNetworkingTests", "sources": [ "SebbuNetworkingExecuteTests.swift", "SebbuNetworkingGetAddrInfoTests.swift", "SebbuNetworkingSystemUtilsTests.swift", "SebbuNetworkingTCPTests.swift", "SebbuNetworkingTests.swift", "SebbuNetworkingUDPTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "SebbuNetworking" ] }, { "name": "SebbuNetworking", "path": "Sources/SebbuNetworking", "type": "library", "c99name": "SebbuNetworking", "sources": [ "Common/Allocators.swift", "Common/DebugOnly.swift", "Common/ErrorMap.swift", "Common/EventLoop.swift", "Common/EventLoopBound.swift", "Common/IPAddress.swift", "TCP/AsyncTCPChannel.swift", "TCP/TCP.swift", "TCP/TCPChannel.swift", "TCP/TCPChannelContext.swift", "UDP/AsyncUDPChannel.swift", "UDP/UDP.swift", "UDP/UDPChannel.swift", "UDP/UDPChannelContext.swift", "Utilities/FileDescriptorLimit.swift", "Utilities/Lock.swift", "Utilities/NetworkUtils.swift", "Utilities/StringUtils.swift", "Utilities/SystemUtils.swift", "Utilities/Thread.swift", "WebSocket/WebSocketClient.swift", "WebSocket/WebSocketServer.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "SebbuNetworking" ], "target_dependencies": [ "CSebbuNetworking" ], "product_dependencies": [ "SebbuCLibUV", "DequeModule" ] }, { "name": "CSebbuNetworking", "path": "Sources/CSebbuNetworking", "type": "library", "c99name": "CSebbuNetworking", "sources": [ "shim.c" ], "module_type": "ClangTarget", "product_memberships": [ "SebbuNetworking" ] } ], "products": [ { "name": "SebbuNetworking", "type": { "library": [ "automatic" ] }, "targets": [ "SebbuNetworking" ] } ], "platforms": [ { "name": "macos", "version": "13.0" }, { "name": "ios", "version": "16.0" } ], "dependencies": [ { "url": "https://github.com/MarSe32m/sebbu-c-libuv.git", "type": "sourceControl", "identity": "sebbu-c-libuv", "requirement": { "range": [ { "lower_bound": "1.48.0", "upper_bound": "2.0.0" } ] } }, { "url": "https://github.com/apple/swift-collections.git", "type": "sourceControl", "identity": "swift-collections", "requirement": { "range": [ { "lower_bound": "1.1.2", "upper_bound": "2.0.0" } ] } } ], "tools_version": "6.0", "manifest_display_name": "sebbu-networking" }
Package Dump
{ "name": "sebbu-networking", "traits": [], "targets": [ { "name": "SebbuNetworking", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "CSebbuNetworking", null ] }, { "product": [ "SebbuCLibUV", "sebbu-c-libuv", null, null ] }, { "product": [ "DequeModule", "swift-collections", null, null ] } ], "packageAccess": true }, { "name": "CSebbuNetworking", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [], "packageAccess": true }, { "name": "SebbuNetworkingTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "SebbuNetworking", null ] } ], "packageAccess": true } ], "products": [ { "name": "SebbuNetworking", "type": { "library": [ "automatic" ] }, "targets": [ "SebbuNetworking" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "13.0", "platformName": "macos" }, { "options": [], "version": "16.0", "platformName": "ios" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "traits": [ { "name": "default" } ], "identity": "sebbu-c-libuv", "location": { "remote": [ { "urlString": "https://github.com/MarSe32m/sebbu-c-libuv.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.48.0", "upperBound": "2.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "traits": [ { "name": "default" } ], "identity": "swift-collections", "location": { "remote": [ { "urlString": "https://github.com/apple/swift-collections.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.1.2", "upperBound": "2.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "6.0.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
Dependencies
- sebbu-c-libuv1.48.0
- swift-collections1.1.4
Dependencies
{ "url": "/usr/src/package", "name": "sebbu-networking", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/MarSe32m/sebbu-c-libuv.git", "name": "sebbu-c-libuv", "path": "/usr/src/package/.build/checkouts/sebbu-c-libuv", "version": "1.48.0", "identity": "sebbu-c-libuv", "dependencies": [] }, { "url": "https://github.com/apple/swift-collections.git", "name": "swift-collections", "path": "/usr/src/package/.build/checkouts/swift-collections", "version": "1.1.4", "identity": "swift-collections", "dependencies": [] } ] }