Boat
A description of this package.
This package is archived and has a low chance of being updated.
{ "name": "Boat", "path": "/usr/src/package", "targets": [ { "name": "BoatTests", "path": "Tests/BoatTests", "type": "test", "c99name": "BoatTests", "sources": [ "BoatTests.swift", "Discovery/DeviceFinderTests.swift", "Discovery/DiscoveryTestError.swift", "Discovery/Mocks/ErrorSocketProviderMock.swift", "Discovery/Mocks/SocketMock.swift", "Discovery/Mocks/SocketProviderMock.swift", "Discovery/Mocks/SocketProviderMockHelpers.swift", "XCTestManifests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "Boat" ] }, { "name": "Boat", "path": "Sources/Boat", "type": "library", "c99name": "Boat", "sources": [ "Boat.swift", "Control/PortMapping.swift", "Control/UPnPActionError.swift", "Control/UPnPActionResponse.swift", "Control/UPnPControlMessage.swift", "Description/Device.swift", "Description/DeviceType.swift", "Description/Service.swift", "Description/ServiceType.swift", "Description/UPnPDeviceDescription.swift", "Description/UPnPSCPD.swift", "Discovery/DeviceFinder.swift", "Discovery/DiscoveryError.swift", "Discovery/ProductIdentifier.swift", "Discovery/SSDPMessageInfo.swift", "Discovery/SSDPMessageType.swift", "Discovery/SearchRequest/SSDPSearchRequest.swift", "Discovery/SearchRequest/SSDPSearchTarget.swift", "Discovery/SearchResponse/SSDPParser.swift", "Discovery/SearchResponse/SSDPSearchResponse.swift", "Discovery/SearchResponse/SSDPSearchResponseHelpers.swift", "Types/AnyEncodable.swift", "Types/DynamicKey.swift", "Types/Injection/Sockets/SocketProtocol.swift", "Types/Injection/Sockets/SocketProvider.swift", "Types/Injection/Sockets/SocketProviderProtocol.swift", "Types/URI/UPnPActionURN.swift", "Types/URI/UPnPObjectURN.swift", "Types/URI/URI.swift", "Types/URI/URIComponents/Authority.swift", "Types/URI/UUIDURI.swift", "Utility/Comparable+Clamping.swift", "Utility/DecodingHelpers.swift", "Utility/Interface.swift", "Utility/NetworkHelpers.swift", "Utility/RegexHelpers.swift", "Utility/SocketAddress+CustomStringConvertible.swift", "Utility/SocketHelpers.swift", "Utility/SysctlWrapper.swift", "Utility/URL+LosslessStringConvertible.swift", "Utility/URLDecodingHelpers.swift", "Utility/URLSession+Promises.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "Boat" ], "target_dependencies": [] } ], "products": [ { "name": "Boat", "type": { "library": [ "automatic" ] }, "targets": [ "Boat" ] } ], "platforms": [ { "name": "macos", "version": "10.14" } ], "dependencies": [ { "url": "https://github.com/google/promises.git", "identity": "promises", "requirement": { "range": [ { "lower_bound": "1.2.8", "upper_bound": "2.0.0" } ] } }, { "url": "https://github.com/IBM-Swift/BlueSocket.git", "identity": "bluesocket", "requirement": { "range": [ { "lower_bound": "1.0.52", "upper_bound": "2.0.0" } ] } }, { "url": "https://github.com/mrackwitz/Version.git", "identity": "version", "requirement": { "range": [ { "lower_bound": "0.7.2", "upper_bound": "1.0.0" } ] } }, { "url": "https://github.com/MaxDesiatov/XMLCoder.git", "identity": "xmlcoder", "requirement": { "range": [ { "lower_bound": "0.8.0", "upper_bound": "1.0.0" } ] } } ], "tools_version": "5.1" }
{ "name": "Boat", "targets": [ { "name": "Boat", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Promises", null ] }, { "byName": [ "Socket", null ] }, { "byName": [ "Version", null ] }, { "byName": [ "XMLCoder", null ] } ] }, { "name": "BoatTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Boat", null ] } ] } ], "products": [ { "name": "Boat", "type": { "library": [ "automatic" ] }, "targets": [ "Boat" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "10.14", "platformName": "macos" } ], "providers": null, "packageKind": "root", "dependencies": [ { "scm": [ { "identity": "promises", "location": "https://github.com/google/promises.git", "requirement": { "range": [ { "lowerBound": "1.2.8", "upperBound": "2.0.0" } ] }, "productFilter": null } ] }, { "scm": [ { "identity": "bluesocket", "location": "https://github.com/IBM-Swift/BlueSocket.git", "requirement": { "range": [ { "lowerBound": "1.0.52", "upperBound": "2.0.0" } ] }, "productFilter": null } ] }, { "scm": [ { "identity": "version", "location": "https://github.com/mrackwitz/Version.git", "requirement": { "range": [ { "lowerBound": "0.7.2", "upperBound": "1.0.0" } ] }, "productFilter": null } ] }, { "scm": [ { "identity": "xmlcoder", "location": "https://github.com/MaxDesiatov/XMLCoder.git", "requirement": { "range": [ { "lowerBound": "0.8.0", "upperBound": "1.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.1.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "Boat", "path": "/usr/src/package", "version": "unspecified", "dependencies": [ { "url": "https://github.com/google/promises.git", "name": "Promises", "path": "/usr/src/package/.build/checkouts/promises", "version": "1.2.8", "dependencies": [] }, { "url": "https://github.com/IBM-Swift/BlueSocket.git", "name": "Socket", "path": "/usr/src/package/.build/checkouts/BlueSocket", "version": "1.0.52", "dependencies": [] }, { "url": "https://github.com/mrackwitz/Version.git", "name": "Version", "path": "/usr/src/package/.build/checkouts/Version", "version": "0.7.2", "dependencies": [] }, { "url": "https://github.com/MaxDesiatov/XMLCoder.git", "name": "XMLCoder", "path": "/usr/src/package/.build/checkouts/XMLCoder", "version": "0.8.0", "dependencies": [] } ] }