A simple finite state machine package for swift.
{ "name": "SwiftFSM", "path": "/usr/src/package", "targets": [ { "name": "structure", "path": "/usr/src/package/Sources/Examples/structure", "type": "executable", "c99name": "structure", "sources": [ "main.swift" ], "module_type": "SwiftTarget" }, { "name": "simple", "path": "/usr/src/package/Sources/Examples/simple", "type": "executable", "c99name": "simple", "sources": [ "main.swift" ], "module_type": "SwiftTarget" }, { "name": "async", "path": "/usr/src/package/Sources/Examples/async", "type": "executable", "c99name": "async", "sources": [ "main.swift" ], "module_type": "SwiftTarget" }, { "name": "SwiftFSMTests", "path": "/usr/src/package/Tests/SwiftFSMTests", "type": "test", "c99name": "SwiftFSMTests", "sources": [ "Atomic.swift", "SwiftFSMTests.swift", "XCTestManifests.swift" ], "module_type": "SwiftTarget" }, { "name": "SwiftFSM", "path": "/usr/src/package/Sources/SwiftFSM", "type": "library", "c99name": "SwiftFSM", "sources": [ "Error.swift", "Event.swift", "FSM.swift" ], "module_type": "SwiftTarget" }, { "name": "ExampleUtilities", "path": "/usr/src/package/Sources/Examples/Utilities", "type": "library", "c99name": "ExampleUtilities", "sources": [ "expected.swift" ], "module_type": "SwiftTarget" } ] }
{ "name": "SwiftFSM", "targets": [ { "name": "SwiftFSM", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [] }, { "name": "ExampleUtilities", "path": "Sources/Examples/Utilities", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [] }, { "name": "simple", "path": "Sources/Examples/simple", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "SwiftFSM", null ] }, { "byName": [ "ExampleUtilities", null ] } ] }, { "name": "async", "path": "Sources/Examples/async", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "SwiftFSM", null ] }, { "byName": [ "ExampleUtilities", null ] } ] }, { "name": "structure", "path": "Sources/Examples/structure", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "SwiftFSM", null ] }, { "byName": [ "ExampleUtilities", null ] } ] }, { "name": "SwiftFSMTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "SwiftFSM", null ] } ] } ], "products": [ { "name": "SwiftFSM", "type": { "library": [ "automatic" ] }, "targets": [ "SwiftFSM" ] } ], "pkgConfig": null, "platforms": [], "providers": null, "dependencies": [], "toolsVersion": { "_version": "5.3.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "SwiftFSM", "path": "/usr/src/package", "version": "unspecified", "dependencies": [] }