{ "name": "Async", "path": "/usr/src/package", "targets": [ { "name": "AsyncTests", "path": "/usr/src/package/Tests/AsyncTests", "type": "test", "c99name": "AsyncTests", "sources": [ "EventLoopTests.swift", "FileTests.swift", "FutureTests.swift", "StreamTests.swift" ], "module_type": "SwiftTarget" }, { "name": "Async", "path": "/usr/src/package/Sources/Async", "type": "library", "c99name": "Async", "sources": [ "Deprecated.swift", "EventLoop/Epoll/EpollEventLoop.swift", "EventLoop/Epoll/EpollEventSource.swift", "EventLoop/EventLoop.swift", "EventLoop/EventLoopTimeout.swift", "EventLoop/EventSource.swift", "EventLoop/Future+EventLoop.swift", "EventLoop/Kqueue/KqueueEventLoop.swift", "EventLoop/Kqueue/KqueueEventSource.swift", "EventLoop/Worker.swift", "File/DirectoryConfig.swift", "File/File.swift", "File/FileCache.swift", "File/FileReader.swift", "Futures/Future+BlockingAwait.swift", "Futures/Future+DoCatch.swift", "Futures/Future+Flatten.swift", "Futures/Future+Global.swift", "Futures/Future+Map.swift", "Futures/Future+Stream.swift", "Futures/Future+Transform.swift", "Futures/Future+Unwrap.swift", "Futures/Future.swift", "Futures/FutureResult.swift", "Futures/FutureType.swift", "Futures/Promise.swift", "Futures/PromiseError.swift", "Futures/Signal.swift", "Socket/Socket.swift", "Socket/SocketSink.swift", "Socket/SocketSource.swift", "Socket/SocketStream.swift", "Streams/ByteParserStream.swift", "Streams/ByteSerializerStream.swift", "Streams/ConnectingStream.swift", "Streams/DeltaStream.swift", "Streams/DrainStream.swift", "Streams/InputStream.swift", "Streams/MapStream.swift", "Streams/OutputStream.swift", "Streams/PushStream.swift", "Streams/QueueStream.swift", "Streams/Stream.swift", "Streams/TranscribingStream.swift", "Streams/TranslatingStream.swift" ], "module_type": "SwiftTarget" } ] }
{ "name": "Async", "targets": [ { "name": "Async", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "CEpoll", null ] } ] }, { "name": "AsyncTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Async", null ] } ] } ], "products": [ { "name": "Async", "type": { "library": [ "automatic" ] }, "targets": [ "Async" ] } ], "pkgConfig": null, "platforms": [], "providers": null, "dependencies": [ { "url": "https://github.com/vapor/cepoll.git", "name": "cepoll", "requirement": { "range": [ { "lowerBound": "0.2.0", "upperBound": "1.0.0" } ] } } ], "toolsVersion": { "_version": "4.0.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "Async", "path": "/usr/src/package", "version": "unspecified", "dependencies": [ { "url": "https://github.com/vapor/cepoll.git", "name": "CEpoll", "path": "/usr/src/package/.build/checkouts/cepoll", "version": "0.2.0", "dependencies": [] } ] }