Description
- Swift Tools 5.2.0
Description
{
"name": "KineoFederation",
"path": "/usr/src/package",
"targets": [
{
"name": "kineo-federation",
"path": "Sources/kineo-federation",
"type": "executable",
"c99name": "kineo_federation",
"sources": [
"main.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"kineo-federation"
],
"target_dependencies": [
"KineoFederation"
]
},
{
"name": "KineoFederation",
"path": "Sources/KineoFederation",
"type": "library",
"c99name": "KineoFederation",
"sources": [
"FederatingQueryEvaluator.swift",
"FederatingQueryRewriter.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"KineoFederation",
"kineo-federation"
],
"product_dependencies": [
"Kineo",
"SPARQLSyntax"
]
}
],
"products": [
{
"name": "KineoFederation",
"type": {
"library": [
"automatic"
]
},
"targets": [
"KineoFederation"
]
},
{
"name": "kineo-federation",
"type": {
"executable": null
},
"targets": [
"kineo-federation"
]
}
],
"platforms": [
{
"name": "macos",
"version": "10.15"
}
],
"dependencies": [
{
"url": "https://github.com/kasei/swift-sparql-syntax.git",
"type": "sourceControl",
"identity": "swift-sparql-syntax",
"requirement": {
"range": [
{
"lower_bound": "0.0.114",
"upper_bound": "1.0.0"
}
]
}
},
{
"url": "https://github.com/kasei/kineo.git",
"type": "sourceControl",
"identity": "kineo",
"requirement": {
"range": [
{
"lower_bound": "0.0.33",
"upper_bound": "1.0.0"
}
]
}
}
],
"tools_version": "5.2",
"manifest_display_name": "KineoFederation"
}
Package Dump
{
"name": "KineoFederation",
"traits": [],
"targets": [
{
"name": "KineoFederation",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"Kineo",
null
]
},
{
"byName": [
"SPARQLSyntax",
null
]
}
],
"packageAccess": false
},
{
"name": "kineo-federation",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"KineoFederation",
null
]
}
],
"packageAccess": false
}
],
"products": [
{
"name": "KineoFederation",
"type": {
"library": [
"automatic"
]
},
"targets": [
"KineoFederation"
],
"settings": []
}
],
"pkgConfig": null,
"platforms": [
{
"options": [],
"version": "10.15",
"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.0.114",
"upperBound": "1.0.0"
}
]
},
"productFilter": null,
"nameForTargetDependencyResolutionOnly": "SPARQLSyntax"
}
]
},
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "kineo",
"location": {
"remote": [
{
"urlString": "https://github.com/kasei/kineo.git"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "0.0.33",
"upperBound": "1.0.0"
}
]
},
"productFilter": null,
"nameForTargetDependencyResolutionOnly": "Kineo"
}
]
}
],
"toolsVersion": {
"_version": "5.2.0",
"experimentalFeatures": []
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"defaultLocalization": null,
"swiftLanguageVersions": null
}
Dependencies
- SPARQLSyntax0.2.11
- Kineo0.0.108
Dependencies
{
"url": "/usr/src/package",
"name": "KineoFederation",
"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": []
}
]
}
]
}