A description of this package.
Description
- Swift Tools 4.0.0
Description
{
"name": "GitCommit",
"path": "/usr/src/package",
"targets": [
{
"name": "git-commit",
"path": "Sources/git-commit",
"type": "executable",
"c99name": "git_commit",
"sources": [
"main.swift",
"misc.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"git-commit"
],
"target_dependencies": [
"GitCommitFramework"
]
},
{
"name": "GitCommitTests",
"path": "Tests/GitCommitTests",
"type": "test",
"c99name": "GitCommitTests",
"sources": [
"GitCommitRuleTests.swift",
"GitCommitTests.swift",
"XCTestManifests.swift"
],
"module_type": "SwiftTarget",
"target_dependencies": [
"GitCommitFramework"
]
},
{
"name": "GitCommitFramework",
"path": "Sources/GitCommitFramework",
"type": "library",
"c99name": "GitCommitFramework",
"sources": [
"Constant.swift",
"Errors/GitCommitError.swift",
"Protocols/GitCommitLintable.swift",
"Protocols/GitCommitRuleRepresentable.swift",
"Types/GitCommit.swift",
"Types/GitCommitLintOptions.swift",
"Types/GitCommitRule.swift",
"Types/GitCommitType.swift",
"misc.swift"
],
"module_type": "SwiftTarget",
"product_memberships": [
"git-commit",
"GitCommitFramework"
],
"product_dependencies": [
"Yams"
]
}
],
"products": [
{
"name": "git-commit",
"type": {
"executable": null
},
"targets": [
"git-commit"
]
},
{
"name": "GitCommitFramework",
"type": {
"library": [
"automatic"
]
},
"targets": [
"GitCommitFramework"
]
}
],
"platforms": [],
"dependencies": [
{
"url": "https://github.com/jpsim/Yams.git",
"type": "sourceControl",
"identity": "yams",
"requirement": {
"range": [
{
"lower_bound": "1.0.0",
"upper_bound": "2.0.0"
}
]
}
}
],
"tools_version": "4.0",
"manifest_display_name": "GitCommit"
}
Package Dump
{
"name": "GitCommit",
"targets": [
{
"name": "git-commit",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"GitCommitFramework",
null
]
}
],
"packageAccess": false
},
{
"name": "GitCommitFramework",
"type": "regular",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"Yams",
null
]
}
],
"packageAccess": false
},
{
"name": "GitCommitTests",
"type": "test",
"exclude": [],
"settings": [],
"resources": [],
"dependencies": [
{
"byName": [
"GitCommitFramework",
null
]
}
],
"packageAccess": false
}
],
"products": [
{
"name": "git-commit",
"type": {
"executable": null
},
"targets": [
"git-commit"
]
},
{
"name": "GitCommitFramework",
"type": {
"library": [
"automatic"
]
},
"targets": [
"GitCommitFramework"
]
}
],
"pkgConfig": null,
"platforms": [],
"providers": null,
"packageKind": {
"root": [
"/usr/src/package"
]
},
"dependencies": [
{
"sourceControl": [
{
"identity": "yams",
"location": {
"remote": [
{
"urlString": "https://github.com/jpsim/Yams.git"
}
]
},
"requirement": {
"range": [
{
"lowerBound": "1.0.0",
"upperBound": "2.0.0"
}
]
},
"productFilter": null
}
]
}
],
"toolsVersion": {
"_version": "4.0.0"
},
"cLanguageStandard": null,
"cxxLanguageStandard": null,
"swiftLanguageVersions": null
}
Dependencies
- Yams1.0.0
Dependencies
{
"url": "/usr/src/package",
"name": "GitCommit",
"path": "/usr/src/package",
"version": "unspecified",
"identity": "package",
"dependencies": [
{
"url": "https://github.com/jpsim/Yams.git",
"name": "Yams",
"path": "/usr/src/package/.build/checkouts/Yams",
"version": "1.0.0",
"identity": "yams",
"dependencies": []
}
]
}