This is an implementation of JSON-LD 1.1 Expansion in Swift. Other parts of the JSON-LD standard may be implemented in the future.
Description
- Swift Tools 5.1.0
Description
{
"name": "JSONLD",
"path": "/usr/src/package",
"targets": [
{
"name": "jsonld-expand",
"path": "Sources/jsonld-expand",
"type": "executable",
"c99name": "jsonld_expand",
"sources": [
"main.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"jsonld-expand"
],
"target_dependencies": [
"JSONLD"
],
"product_dependencies": [
"ArgumentParser"
]
},
{
"name": "JSONLDTests",
"path": "Tests/JSONLDTests",
"type": "test",
"c99name": "JSONLDTests",
"sources": [
"JSONLDTests.swift",
"XCTestManifests.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"JSONLD"
]
},
{
"name": "JSONLD",
"path": "Sources/JSONLD",
"type": "library",
"c99name": "JSONLD",
"sources": [
"ContextProcessing.swift",
"Expansion.swift",
"JSON.swift",
"JSONLD.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"JSONLD",
"jsonld-expand"
]
}
],
"products": [
{
"name": "JSONLD",
"type": {
"library": [
"automatic"
]
},
"targets": [
"JSONLD"
]
},
{
"name": "jsonld-expand",
"type": {
"executable": null
},
"targets": [
"jsonld-expand"
]
}
],
"platforms": [],
"dependencies": [
{
"url": "https://github.com/apple/swift-argument-parser",
"type": "sourceControl",
"identity": "swift-argument-parser",
"requirement": {
"range": [
{
"lower_bound": "1.5.0",
"upper_bound": "2.0.0"
}
]
}
}
],
"tools_version": "5.1",
"manifest_display_name": "JSONLD"
}
Package Dump
{
"name": "JSONLD",
"traits": [],
"targets": [
{
"name": "JSONLD",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [],
"packageAccess": false
},
{
"name": "jsonld-expand",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"JSONLD",
null
]
},
{
"byName": [
"ArgumentParser",
null
]
}
],
"packageAccess": false
},
{
"name": "JSONLDTests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"JSONLD",
null
]
}
],
"packageAccess": false
}
],
"products": [
{
"name": "JSONLD",
"type": {
"library": [
"automatic"
]
},
"targets": [
"JSONLD"
],
"settings": []
}
],
"pkgConfig": null,
"platforms": [],
"providers": null,
"packageKind": {
"root": [
"/usr/src/package"
]
},
"dependencies": [
{
"sourceControl": [
{
"traits": [
{
"name": "default"
}
],
"identity": "swift-argument-parser",
"location": {
"remote": [
{
"urlString": "https://github.com/apple/swift-argument-parser"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "1.5.0",
"upperBound": "2.0.0"
}
]
},
"productFilter": null
}
]
}
],
"toolsVersion": {
"_version": "5.1.0",
"experimentalFeatures": []
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"defaultLocalization": null,
"swiftLanguageVersions": null
}
Dependencies
Dependencies
{
"url": "/usr/src/package",
"name": "JSONLD",
"path": "/usr/src/package",
"traits": [
"default"
],
"version": "unspecified",
"identity": "package",
"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": []
}
]
}