A package for converting roman numerals to numbers.
{ "name": "RomanNumerals", "path": "/usr/src/package", "targets": [ { "name": "RomanNumeralsTool", "path": "Sources/RomanNumeralsTool", "type": "executable", "c99name": "RomanNumeralsTool", "sources": [ "main.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "roman" ], "target_dependencies": [ "RomanNumerals" ], "product_dependencies": [ "ArgumentParser" ] }, { "name": "RomanNumeralsTests", "path": "Tests/RomanNumeralsTests", "type": "test", "c99name": "RomanNumeralsTests", "sources": [ "RomanNumeralTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "RomanNumerals" ] }, { "name": "RomanNumerals", "path": "Sources/RomanNumerals", "type": "library", "c99name": "RomanNumerals", "sources": [ "RomanNumeral.swift", "Symbol.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "RomanNumerals", "roman" ] } ], "products": [ { "name": "RomanNumerals", "type": { "library": [ "automatic" ] }, "targets": [ "RomanNumerals" ] }, { "name": "roman", "type": { "executable": null }, "targets": [ "RomanNumeralsTool" ] } ], "platforms": [], "dependencies": [ { "url": "https://github.com/apple/swift-argument-parser", "type": "sourceControl", "identity": "swift-argument-parser", "requirement": { "range": [ { "lower_bound": "0.0.1", "upper_bound": "1.0.0" } ] } } ], "tools_version": "5.1", "manifest_display_name": "RomanNumerals" }
{ "name": "RomanNumerals", "targets": [ { "name": "RomanNumerals", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [], "packageAccess": false }, { "name": "RomanNumeralsTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "RomanNumerals", null ] } ], "packageAccess": false }, { "name": "RomanNumeralsTool", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "RomanNumerals", null ] }, { "byName": [ "ArgumentParser", null ] } ], "packageAccess": false } ], "products": [ { "name": "RomanNumerals", "type": { "library": [ "automatic" ] }, "targets": [ "RomanNumerals" ] }, { "name": "roman", "type": { "executable": null }, "targets": [ "RomanNumeralsTool" ] } ], "pkgConfig": null, "platforms": [], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "swift-argument-parser", "location": { "remote": [ { "urlString": "https://github.com/apple/swift-argument-parser" } ] }, "requirement": { "range": [ { "lowerBound": "0.0.1", "upperBound": "1.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.1.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "RomanNumerals", "path": "/usr/src/package", "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", "version": "0.0.1", "identity": "swift-argument-parser", "dependencies": [] } ] }