SPARQLQueryAnalysis
main
Collection of tools to analyze SPARQL query patterns
Description
- Swift Tools 5.7.0
Description
{
"name": "SPARQLQueryAnalysis",
"path": "/usr/src/package",
"targets": [
{
"name": "sparql-unbound-predicates",
"path": "Sources/sparql-unbound-predicates",
"type": "executable",
"c99name": "sparql_unbound_predicates",
"sources": [
"main.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"sparql-unbound-predicates"
],
"target_dependencies": [
"SPARQLQueryAnalysis"
],
"product_dependencies": [
"SPARQLSyntax"
]
},
{
"name": "sparql-subquery-sorts",
"path": "Sources/sparql-subquery-sorts",
"type": "executable",
"c99name": "sparql_subquery_sorts",
"sources": [
"main.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"sparql-subquery-sorts"
],
"target_dependencies": [
"SPARQLQueryAnalysis"
],
"product_dependencies": [
"SPARQLSyntax"
]
},
{
"name": "sparql-paths",
"path": "Sources/sparql-paths",
"type": "executable",
"c99name": "sparql_paths",
"sources": [
"main.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"sparql-paths"
],
"target_dependencies": [
"SPARQLQueryAnalysis"
],
"product_dependencies": [
"SPARQLSyntax"
]
},
{
"name": "sparql-complex-paths",
"path": "Sources/sparql-complex-paths",
"type": "executable",
"c99name": "sparql_complex_paths",
"sources": [
"main.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"sparql-complex-paths"
],
"target_dependencies": [
"SPARQLQueryAnalysis"
],
"product_dependencies": [
"SPARQLSyntax"
]
},
{
"name": "sparql-characteristic-sets-multipreds",
"path": "Sources/sparql-characteristic-sets-multipreds",
"type": "executable",
"c99name": "sparql_characteristic_sets_multipreds",
"sources": [
"CharacteristicSets.swift",
"main.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"sparql-characteristic-sets-multipreds"
],
"target_dependencies": [
"SPARQLQueryAnalysis"
],
"product_dependencies": [
"SPARQLSyntax"
]
},
{
"name": "sparql-characteristic-sets",
"path": "Sources/sparql-characteristic-sets",
"type": "executable",
"c99name": "sparql_characteristic_sets",
"sources": [
"CharacteristicSets.swift",
"main.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"sparql-characteristic-sets"
],
"target_dependencies": [
"SPARQLQueryAnalysis"
],
"product_dependencies": [
"SPARQLSyntax"
]
},
{
"name": "sparql-analyze",
"path": "Sources/sparql-analyze",
"type": "executable",
"c99name": "sparql_analyze",
"sources": [
"main.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"sparql-analyze"
],
"target_dependencies": [
"SPARQLQueryAnalysis"
],
"product_dependencies": [
"SPARQLSyntax"
]
},
{
"name": "SPARQLQueryAnalysis",
"path": "Sources/SPARQLQueryAnalysis",
"type": "library",
"c99name": "SPARQLQueryAnalysis",
"sources": [
"Analyzer.swift",
"Analyzers/LangEqualsAnalyzer.swift",
"Analyzers/SubquerySortAnalyzer.swift",
"Analyzers/UnboundFilterVariableAnalyzer.swift",
"Analyzers/UselessOptionalAnalyzer.swift",
"Analyzers/UselessOptionalAnalyzer2.swift",
"Extensions.swift",
"Reporter.swift",
"SPARQLQueryAnalysis.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"SPARQLQueryAnalysis",
"sparql-analyze",
"sparql-unbound-predicates",
"sparql-subquery-sorts",
"sparql-paths",
"sparql-complex-paths",
"sparql-characteristic-sets-multipreds",
"sparql-characteristic-sets"
],
"product_dependencies": [
"Kineo",
"SPARQLSyntax",
"Rainbow"
]
},
{
"name": "SPARQLAnalyzeTests",
"path": "Tests/SPARQLAnalyzeTests",
"type": "test",
"c99name": "SPARQLAnalyzeTests",
"sources": [
"SPARQLAnalyzeTests.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"SPARQLQueryAnalysis"
]
}
],
"products": [
{
"name": "SPARQLQueryAnalysis",
"type": {
"library": [
"automatic"
]
},
"targets": [
"SPARQLQueryAnalysis"
]
},
{
"name": "sparql-analyze",
"type": {
"executable": null
},
"targets": [
"sparql-analyze"
]
},
{
"name": "sparql-unbound-predicates",
"type": {
"executable": null
},
"targets": [
"sparql-unbound-predicates"
]
},
{
"name": "sparql-subquery-sorts",
"type": {
"executable": null
},
"targets": [
"sparql-subquery-sorts"
]
},
{
"name": "sparql-paths",
"type": {
"executable": null
},
"targets": [
"sparql-paths"
]
},
{
"name": "sparql-complex-paths",
"type": {
"executable": null
},
"targets": [
"sparql-complex-paths"
]
},
{
"name": "sparql-characteristic-sets-multipreds",
"type": {
"executable": null
},
"targets": [
"sparql-characteristic-sets-multipreds"
]
},
{
"name": "sparql-characteristic-sets",
"type": {
"executable": null
},
"targets": [
"sparql-characteristic-sets"
]
}
],
"platforms": [
{
"name": "macos",
"version": "13.0"
}
],
"dependencies": [
{
"url": "https://github.com/kasei/swift-sparql-syntax.git",
"type": "sourceControl",
"identity": "swift-sparql-syntax",
"requirement": {
"range": [
{
"lower_bound": "0.2.11",
"upper_bound": "0.3.0"
}
]
}
},
{
"url": "https://github.com/kasei/kineo.git",
"type": "sourceControl",
"identity": "kineo",
"requirement": {
"range": [
{
"lower_bound": "0.0.108",
"upper_bound": "0.1.0"
}
]
}
},
{
"url": "https://github.com/onevcat/Rainbow",
"type": "sourceControl",
"identity": "rainbow",
"requirement": {
"range": [
{
"lower_bound": "4.0.0",
"upper_bound": "5.0.0"
}
]
}
}
],
"tools_version": "5.7",
"manifest_display_name": "SPARQLQueryAnalysis"
}
Package Dump
{
"name": "SPARQLQueryAnalysis",
"traits": [],
"targets": [
{
"name": "SPARQLQueryAnalysis",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"product": [
"Kineo",
"Kineo",
null,
null
]
},
{
"product": [
"SPARQLSyntax",
"swift-sparql-syntax",
null,
null
]
},
{
"byName": [
"Rainbow",
null
]
}
],
"packageAccess": false
},
{
"name": "sparql-analyze",
"type": "executable",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"SPARQLQueryAnalysis",
null
]
},
{
"product": [
"SPARQLSyntax",
"swift-sparql-syntax",
null,
null
]
}
],
"packageAccess": false
},
{
"name": "sparql-paths",
"type": "executable",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"SPARQLQueryAnalysis",
null
]
},
{
"product": [
"SPARQLSyntax",
"swift-sparql-syntax",
null,
null
]
}
],
"packageAccess": false
},
{
"name": "sparql-complex-paths",
"type": "executable",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"SPARQLQueryAnalysis",
null
]
},
{
"product": [
"SPARQLSyntax",
"swift-sparql-syntax",
null,
null
]
}
],
"packageAccess": false
},
{
"name": "sparql-characteristic-sets-multipreds",
"type": "executable",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"SPARQLQueryAnalysis",
null
]
},
{
"product": [
"SPARQLSyntax",
"swift-sparql-syntax",
null,
null
]
}
],
"packageAccess": false
},
{
"name": "sparql-characteristic-sets",
"type": "executable",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"SPARQLQueryAnalysis",
null
]
},
{
"product": [
"SPARQLSyntax",
"swift-sparql-syntax",
null,
null
]
}
],
"packageAccess": false
},
{
"name": "sparql-unbound-predicates",
"type": "executable",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"SPARQLQueryAnalysis",
null
]
},
{
"product": [
"SPARQLSyntax",
"swift-sparql-syntax",
null,
null
]
}
],
"packageAccess": false
},
{
"name": "sparql-subquery-sorts",
"type": "executable",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"SPARQLQueryAnalysis",
null
]
},
{
"product": [
"SPARQLSyntax",
"swift-sparql-syntax",
null,
null
]
}
],
"packageAccess": false
},
{
"name": "SPARQLAnalyzeTests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"SPARQLQueryAnalysis",
null
]
}
],
"packageAccess": false
}
],
"products": [
{
"name": "SPARQLQueryAnalysis",
"type": {
"library": [
"automatic"
]
},
"targets": [
"SPARQLQueryAnalysis"
],
"settings": []
},
{
"name": "sparql-analyze",
"type": {
"executable": null
},
"targets": [
"sparql-analyze"
],
"settings": []
}
],
"pkgConfig": null,
"platforms": [
{
"options": [],
"version": "13.0",
"platformName": "macos"
}
],
"providers": null,
"packageKind": {
"root": [
"/usr/src/package"
]
},
"dependencies": [
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "swift-sparql-syntax",
"location": {
"remote": [
{
"urlString": "https://github.com/kasei/swift-sparql-syntax.git"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "0.2.11",
"upperBound": "0.3.0"
}
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "kineo",
"location": {
"remote": [
{
"urlString": "https://github.com/kasei/kineo.git"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "0.0.108",
"upperBound": "0.1.0"
}
]
},
"productFilter": null
}
]
},
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "rainbow",
"location": {
"remote": [
{
"urlString": "https://github.com/onevcat/Rainbow"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "4.0.0",
"upperBound": "5.0.0"
}
]
},
"productFilter": null
}
]
}
],
"toolsVersion": {
"_version": "5.7.0",
"experimentalFeatures": []
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"defaultLocalization": null,
"swiftLanguageVersions": null
}
Dependencies
- SPARQLSyntax0.2.11
- Kineo0.0.108
- Rainbow4.2.1
Dependencies
{
"url": "/usr/src/package",
"name": "SPARQLQueryAnalysis",
"path": "/usr/src/package",
"traits": [
"default"
],
"version": "unspecified",
"identity": "package",
"dependencies": [
{
"url": "https://github.com/kasei/swift-sparql-syntax.git",
"name": "SPARQLSyntax",
"path": "/usr/src/package/.build/checkouts/swift-sparql-syntax",
"traits": [
"default"
],
"version": "0.2.11",
"identity": "swift-sparql-syntax",
"dependencies": [
{
"url": "https://github.com/kasei/swift-serd.git",
"name": "Cserd",
"path": "/usr/src/package/.build/checkouts/swift-serd",
"traits": [
"default"
],
"version": "0.0.4",
"identity": "swift-serd",
"dependencies": []
}
]
},
{
"url": "https://github.com/kasei/kineo.git",
"name": "Kineo",
"path": "/usr/src/package/.build/checkouts/kineo",
"traits": [
"default"
],
"version": "0.0.108",
"identity": "kineo",
"dependencies": [
{
"url": "https://github.com/kasei/swift-sparql-syntax.git",
"name": "SPARQLSyntax",
"path": "/usr/src/package/.build/checkouts/swift-sparql-syntax",
"traits": [
"default"
],
"version": "0.2.11",
"identity": "swift-sparql-syntax",
"dependencies": [
{
"url": "https://github.com/kasei/swift-serd.git",
"name": "Cserd",
"path": "/usr/src/package/.build/checkouts/swift-serd",
"traits": [
"default"
],
"version": "0.0.4",
"identity": "swift-serd",
"dependencies": []
}
]
},
{
"url": "https://github.com/kasei/swift-serd.git",
"name": "Cserd",
"path": "/usr/src/package/.build/checkouts/swift-serd",
"traits": [
"default"
],
"version": "0.0.4",
"identity": "swift-serd",
"dependencies": []
},
{
"url": "https://github.com/krzyzanowskim/CryptoSwift.git",
"name": "CryptoSwift",
"path": "/usr/src/package/.build/checkouts/CryptoSwift",
"traits": [
"default"
],
"version": "1.5.1",
"identity": "cryptoswift",
"dependencies": []
},
{
"url": "https://github.com/kylef/URITemplate.swift.git",
"name": "URITemplate",
"path": "/usr/src/package/.build/checkouts/URITemplate.swift",
"traits": [
"default"
],
"version": "3.0.1",
"identity": "uritemplate.swift",
"dependencies": [
{
"url": "https://github.com/kylef/PathKit.git",
"name": "PathKit",
"path": "/usr/src/package/.build/checkouts/PathKit",
"traits": [
"default"
],
"version": "1.0.1",
"identity": "pathkit",
"dependencies": [
{
"url": "https://github.com/kylef/Spectre.git",
"name": "Spectre",
"path": "/usr/src/package/.build/checkouts/Spectre",
"traits": [
"default"
],
"version": "0.10.1",
"identity": "spectre",
"dependencies": []
}
]
},
{
"url": "https://github.com/kylef/Spectre.git",
"name": "Spectre",
"path": "/usr/src/package/.build/checkouts/Spectre",
"traits": [
"default"
],
"version": "0.10.1",
"identity": "spectre",
"dependencies": []
}
]
},
{
"url": "https://github.com/stephencelis/SQLite.swift.git",
"name": "SQLite.swift",
"path": "/usr/src/package/.build/checkouts/SQLite.swift",
"traits": [
"default"
],
"version": "0.11.6",
"identity": "sqlite.swift",
"dependencies": [
{
"url": "https://github.com/stephencelis/CSQLite.git",
"name": "CSQLite",
"path": "/usr/src/package/.build/checkouts/CSQLite",
"traits": [
"default"
],
"version": "0.0.3",
"identity": "csqlite",
"dependencies": []
}
]
},
{
"url": "https://github.com/kasei/diomede.git",
"name": "Diomede",
"path": "/usr/src/package/.build/checkouts/diomede",
"traits": [
"default"
],
"version": "0.0.66",
"identity": "diomede",
"dependencies": [
{
"url": "https://github.com/agisboye/CLMDB.git",
"name": "CLMDB",
"path": "/usr/src/package/.build/checkouts/CLMDB",
"traits": [
"default"
],
"version": "0.9.33",
"identity": "clmdb",
"dependencies": []
},
{
"url": "https://github.com/krzyzanowskim/CryptoSwift.git",
"name": "CryptoSwift",
"path": "/usr/src/package/.build/checkouts/CryptoSwift",
"traits": [
"default"
],
"version": "1.5.1",
"identity": "cryptoswift",
"dependencies": []
},
{
"url": "https://github.com/kasei/swift-sparql-syntax.git",
"name": "SPARQLSyntax",
"path": "/usr/src/package/.build/checkouts/swift-sparql-syntax",
"traits": [
"default"
],
"version": "0.2.11",
"identity": "swift-sparql-syntax",
"dependencies": [
{
"url": "https://github.com/kasei/swift-serd.git",
"name": "Cserd",
"path": "/usr/src/package/.build/checkouts/swift-serd",
"traits": [
"default"
],
"version": "0.0.4",
"identity": "swift-serd",
"dependencies": []
}
]
}
]
},
{
"url": "https://github.com/kasei/IDPPlanner.git",
"name": "IDPPlanner",
"path": "/usr/src/package/.build/checkouts/IDPPlanner",
"traits": [
"default"
],
"version": "0.0.5",
"identity": "idpplanner",
"dependencies": []
},
{
"url": "https://github.com/apple/swift-algorithms",
"name": "swift-algorithms",
"path": "/usr/src/package/.build/checkouts/swift-algorithms",
"traits": [
"default"
],
"version": "0.1.1",
"identity": "swift-algorithms",
"dependencies": [
{
"url": "https://github.com/apple/swift-numerics",
"name": "swift-numerics",
"path": "/usr/src/package/.build/checkouts/swift-numerics",
"traits": [
"default"
],
"version": "0.1.0",
"identity": "swift-numerics",
"dependencies": []
}
]
},
{
"url": "https://github.com/apple/swift-argument-parser",
"name": "swift-argument-parser",
"path": "/usr/src/package/.build/checkouts/swift-argument-parser",
"traits": [
"default"
],
"version": "1.7.1",
"identity": "swift-argument-parser",
"dependencies": []
}
]
},
{
"url": "https://github.com/onevcat/Rainbow",
"name": "Rainbow",
"path": "/usr/src/package/.build/checkouts/Rainbow",
"traits": [
"default"
],
"version": "4.2.1",
"identity": "rainbow",
"dependencies": []
}
]
}