Initial release with basic conversion functionality 🎉
A description of this package.
{ "name": "AXML", "path": "/usr/src/package", "targets": [ { "name": "AXMLTests", "path": "/usr/src/package/Tests/AXMLTests", "type": "test", "c99name": "AXMLTests", "sources": [ "AXMLTests.swift", "XCTestManifests.swift" ], "module_type": "SwiftTarget" }, { "name": "AXMLCLI", "path": "/usr/src/package/Sources/AXMLCLI", "type": "executable", "c99name": "AXMLCLI", "sources": [ "AxmlToXml.swift", "main.swift" ], "module_type": "SwiftTarget" }, { "name": "AXML", "path": "/usr/src/package/Sources/AXML", "type": "library", "c99name": "AXML", "sources": [ "AXMLError.swift", "AXMLToXML.swift", "Attribute.swift", "Bytes+Header.swift", "Bytes+ParseTags.swift", "Bytes+ParseWord.swift", "Namespace.swift" ], "module_type": "SwiftTarget" } ] }
{ "name": "AXML", "targets": [ { "name": "AXML", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [] }, { "name": "AXMLTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "AXML", null ] } ] }, { "name": "AXMLCLI", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "AXML", null ] }, { "product": [ "ArgumentParser", "swift-argument-parser", null ] } ] } ], "products": [ { "name": "AXML", "type": { "library": [ "automatic" ] }, "targets": [ "AXML" ] }, { "name": "axml-to-xml", "type": { "executable": null }, "targets": [ "AXMLCLI" ] } ], "pkgConfig": null, "platforms": [], "providers": null, "dependencies": [ { "url": "https://github.com/apple/swift-argument-parser", "name": "swift-argument-parser", "requirement": { "range": [ { "lowerBound": "0.0.2", "upperBound": "1.0.0" } ] } } ], "toolsVersion": { "_version": "5.2.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "AXML", "path": "/usr/src/package", "version": "unspecified", "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.4", "dependencies": [] } ] }