A Swift library to encode graphs to Graphviz DOT graph description language.
DotSwift
master
A Swift library to encode graphs to Graphviz DOT graph description language.
Description
- Swift Tools 4.2.0
Description
{ "name": "DotSwift", "path": "/usr/src/package", "targets": [ { "name": "SwiftGraphBindingsTests", "path": "SwiftGraphBindings/Tests", "type": "test", "c99name": "SwiftGraphBindingsTests", "sources": [ "SwiftGraphBindingsTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "SwiftGraphBindings" ] }, { "name": "SwiftGraphBindings", "path": "SwiftGraphBindings/Sources", "type": "library", "c99name": "SwiftGraphBindings", "sources": [ "SwiftGraphBindings.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "SwiftGraphBindings" ], "target_dependencies": [ "DotSwiftEncoder" ], "product_dependencies": [ "SwiftGraph" ] }, { "name": "DotSwiftEncoderTests", "path": "DotSwiftEncoder/Tests", "type": "test", "c99name": "DotSwiftEncoderTests", "sources": [ "DotSwiftEncoderTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "DotSwiftEncoder" ] }, { "name": "DotSwiftEncoder", "path": "DotSwiftEncoder/Sources", "type": "library", "c99name": "DotSwiftEncoder", "sources": [ "DOTEncoder.swift", "OutputStructure.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "DotSwiftEncoder", "SwiftGraphBindings" ], "target_dependencies": [ "DotSwiftAttributes" ] }, { "name": "DotSwiftAttributesTests", "path": "DotSwiftAttributes/Tests", "type": "test", "c99name": "DotSwiftAttributesTests", "sources": [ "DotSwiftAttributesTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "DotSwiftAttributes" ] }, { "name": "DotSwiftAttributes", "path": "DotSwiftAttributes/Sources", "type": "library", "c99name": "DotSwiftAttributes", "sources": [ "Attributes.swift", "Generated/AttributeGroups.generated.swift", "Generated/Attributes.generated.swift", "Model.swift", "Types.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "DotSwiftAttributes", "DotSwiftEncoder", "SwiftGraphBindings" ] } ], "products": [ { "name": "DotSwiftAttributes", "type": { "library": [ "automatic" ] }, "targets": [ "DotSwiftAttributes" ] }, { "name": "DotSwiftEncoder", "type": { "library": [ "automatic" ] }, "targets": [ "DotSwiftEncoder" ] }, { "name": "SwiftGraphBindings", "type": { "library": [ "automatic" ] }, "targets": [ "SwiftGraphBindings" ] } ], "platforms": [], "dependencies": [ { "url": "https://github.com/davecom/SwiftGraph", "type": "sourceControl", "identity": "swiftgraph", "requirement": { "range": [ { "lower_bound": "3.0.0", "upper_bound": "4.0.0" } ] } } ], "tools_version": "4.2", "manifest_display_name": "DotSwift" }
Package Dump
{ "name": "DotSwift", "targets": [ { "name": "DotSwiftAttributes", "path": "DotSwiftAttributes/Sources", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [], "packageAccess": false }, { "name": "DotSwiftAttributesTests", "path": "DotSwiftAttributes/Tests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "DotSwiftAttributes", null ] } ], "packageAccess": false }, { "name": "DotSwiftEncoder", "path": "DotSwiftEncoder/Sources", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "DotSwiftAttributes", null ] } ], "packageAccess": false }, { "name": "DotSwiftEncoderTests", "path": "DotSwiftEncoder/Tests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "DotSwiftEncoder", null ] } ], "packageAccess": false }, { "name": "SwiftGraphBindings", "path": "SwiftGraphBindings/Sources", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "DotSwiftEncoder", null ] }, { "byName": [ "SwiftGraph", null ] } ], "packageAccess": false }, { "name": "SwiftGraphBindingsTests", "path": "SwiftGraphBindings/Tests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "SwiftGraphBindings", null ] } ], "packageAccess": false } ], "products": [ { "name": "DotSwiftAttributes", "type": { "library": [ "automatic" ] }, "targets": [ "DotSwiftAttributes" ] }, { "name": "DotSwiftEncoder", "type": { "library": [ "automatic" ] }, "targets": [ "DotSwiftEncoder" ] }, { "name": "SwiftGraphBindings", "type": { "library": [ "automatic" ] }, "targets": [ "SwiftGraphBindings" ] } ], "pkgConfig": null, "platforms": [], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "swiftgraph", "location": { "remote": [ { "urlString": "https://github.com/davecom/SwiftGraph" } ] }, "requirement": { "range": [ { "lowerBound": "3.0.0", "upperBound": "4.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "4.2.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
Dependencies
- SwiftGraph3.0.0
Dependencies
{ "url": "/usr/src/package", "name": "DotSwift", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/davecom/SwiftGraph", "name": "SwiftGraph", "path": "/usr/src/package/.build/checkouts/SwiftGraph", "version": "3.0.0", "identity": "swiftgraph", "dependencies": [] } ] }