A description of this package.
Transport
2.3.13
Implementation of the Pluggable Transports 2.1 Swift API
What's New
Description
- Swift Tools 5.8.0
Description
{ "name": "Transport", "path": "/usr/src/package", "targets": [ { "name": "TransportTests", "path": "Tests/TransportTests", "type": "test", "c99name": "TransportTests", "sources": [ "TransportTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "Transport" ], "product_dependencies": [ "Datable" ] }, { "name": "Transport", "path": "Sources/Transport", "type": "library", "c99name": "Transport", "sources": [ "Connection.swift", "ConnectionFactory.swift", "Listener.swift", "NWConnection+Connection.swift", "NWListener+Listener.swift", "NetworkConnectionFactory.swift", "ServerConfig.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "Transport" ], "product_dependencies": [ "Net" ] } ], "products": [ { "name": "Transport", "type": { "library": [ "automatic" ] }, "targets": [ "Transport" ] } ], "platforms": [ { "name": "macos", "version": "13.0" }, { "name": "ios", "version": "15.0" } ], "dependencies": [ { "url": "https://github.com/OperatorFoundation/Datable", "type": "sourceControl", "identity": "datable", "requirement": { "range": [ { "lower_bound": "4.0.1", "upper_bound": "5.0.0" } ] } }, { "url": "https://github.com/OperatorFoundation/Net", "type": "sourceControl", "identity": "net", "requirement": { "range": [ { "lower_bound": "0.0.10", "upper_bound": "1.0.0" } ] } } ], "tools_version": "5.8", "manifest_display_name": "Transport", "swift_languages_versions": [ "5" ] }
Package Dump
{ "name": "Transport", "targets": [ { "name": "Transport", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Net", null ] } ], "packageAccess": false }, { "name": "TransportTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Transport", null ] }, { "byName": [ "Datable", null ] } ], "packageAccess": false } ], "products": [ { "name": "Transport", "type": { "library": [ "automatic" ] }, "targets": [ "Transport" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "13.0", "platformName": "macos" }, { "options": [], "version": "15.0", "platformName": "ios" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "datable", "location": { "remote": [ { "urlString": "https://github.com/OperatorFoundation/Datable" } ] }, "requirement": { "range": [ { "lowerBound": "4.0.1", "upperBound": "5.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "net", "location": { "remote": [ { "urlString": "https://github.com/OperatorFoundation/Net" } ] }, "requirement": { "range": [ { "lowerBound": "0.0.10", "upperBound": "1.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.8.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": [ "5" ] }
Dependencies
Dependencies
{ "url": "/usr/src/package", "name": "Transport", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/OperatorFoundation/Datable", "name": "Datable", "path": "/usr/src/package/.build/checkouts/Datable", "version": "4.0.1", "identity": "datable", "dependencies": [] }, { "url": "https://github.com/OperatorFoundation/Net", "name": "Net", "path": "/usr/src/package/.build/checkouts/Net", "version": "0.0.10", "identity": "net", "dependencies": [ { "url": "https://github.com/OperatorFoundation/Datable", "name": "Datable", "path": "/usr/src/package/.build/checkouts/Datable", "version": "4.0.1", "identity": "datable", "dependencies": [] }, { "url": "https://github.com/OperatorFoundation/NetworkLinux", "name": "NetworkLinux", "path": "/usr/src/package/.build/checkouts/NetworkLinux", "version": "0.4.8", "identity": "networklinux", "dependencies": [ { "url": "https://github.com/OperatorFoundation/BlueSocket", "name": "Socket", "path": "/usr/src/package/.build/checkouts/BlueSocket", "version": "1.1.2", "identity": "bluesocket", "dependencies": [ { "url": "https://github.com/apple/swift-argument-parser", "name": "swift-argument-parser", "path": "/usr/src/package/.build/checkouts/swift-argument-parser", "version": "1.4.0", "identity": "swift-argument-parser", "dependencies": [] } ] }, { "url": "https://github.com/OperatorFoundation/SwiftHexTools", "name": "SwiftHexTools", "path": "/usr/src/package/.build/checkouts/SwiftHexTools", "version": "1.2.6", "identity": "swifthextools", "dependencies": [] } ] } ] } ] }