A description of this package.
{ "name": "Clack", "path": "/usr/src/package", "targets": [ { "name": "ClackTests", "path": "Tests/ClackTests", "type": "test", "c99name": "ClackTests", "sources": [ "ClackTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "Clack" ] }, { "name": "ClackExample", "path": "Sources/ClackExample", "type": "executable", "c99name": "ClackExample", "sources": [ "main.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "ClackExample" ], "target_dependencies": [ "Clack" ] }, { "name": "Clack", "path": "Sources/Clack", "type": "library", "c99name": "Clack", "sources": [ "Clack.swift", "Components/Intro/Intro.swift", "Components/Outro/Outro.swift", "Components/Picker/Option.swift", "Components/Picker/OptionState.swift", "Components/Picker/Picker.swift", "Components/Text/HeadlessUserInput.swift", "Components/Text/Text.swift", "Constants/ANSIChar.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "Clack", "ClackExample" ], "product_dependencies": [ "ANSITerminal" ] } ], "products": [ { "name": "Clack", "type": { "library": [ "automatic" ] }, "targets": [ "Clack" ] }, { "name": "ClackExample", "type": { "executable": null }, "targets": [ "ClackExample" ] } ], "platforms": [], "dependencies": [ { "url": "https://github.com/pakLebah/ANSITerminal.git", "type": "sourceControl", "identity": "ansiterminal", "requirement": { "exact": [ "0.0.3" ] } } ], "tools_version": "5.7", "manifest_display_name": "Clack" }
{ "name": "Clack", "targets": [ { "name": "Clack", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "ANSITerminal", null ] } ], "packageAccess": false }, { "name": "ClackExample", "type": "executable", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Clack", null ] } ], "packageAccess": false }, { "name": "ClackTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Clack", null ] } ], "packageAccess": false } ], "products": [ { "name": "Clack", "type": { "library": [ "automatic" ] }, "targets": [ "Clack" ] } ], "pkgConfig": null, "platforms": [], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "ansiterminal", "location": { "remote": [ { "urlString": "https://github.com/pakLebah/ANSITerminal.git" } ] }, "requirement": { "exact": [ "0.0.3" ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.7.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "Clack", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/pakLebah/ANSITerminal.git", "name": "ANSITerminal", "path": "/usr/src/package/.build/checkouts/ANSITerminal", "version": "0.0.3", "identity": "ansiterminal", "dependencies": [] } ] }