Swift Package For TI BQ25703A I2C User-Space Driver
Description
- Swift Tools 5.9.0
Description
{ "name": "BQ25703A", "path": "/usr/src/package", "targets": [ { "name": "Tester", "path": "Sources/Tester", "type": "executable", "c99name": "Tester", "sources": [ "Data+Hex.swift", "main.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "Tester" ], "target_dependencies": [ "BQ25703A" ], "product_dependencies": [ "SwiftTUI", "PeripheryKit" ] }, { "name": "BQ25703A", "path": "Sources/BQ25703A", "type": "library", "c99name": "BQ25703A", "sources": [ "ADCIBAT.swift", "ADCIINCMPIN.swift", "ADCOption.swift", "ADCVBUS_PSYS.swift", "ADCVSYSVBAT.swift", "ChargeOption0.swift", "ChargeOption1.swift", "ChargeOption2.swift", "ChargeOption3.swift", "ChargerCurrent.swift", "ChargerStatus.swift", "DeviceID.swift", "IIN_DPM.swift", "IIN_HOST.swift", "InputVoltage.swift", "MMIO+Projectable.swift", "ManufacturerID.swift", "MaxChargeVoltage.swift", "MinSystemVoltage.swift", "OTGCurrent.swift", "OTGVoltage.swift", "ProchotOption0.swift", "ProchotOption1.swift", "ProchotStatus.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "BQ25703A", "Tester" ], "product_dependencies": [ "MMIO" ] } ], "products": [ { "name": "BQ25703A", "type": { "library": [ "automatic" ] }, "targets": [ "BQ25703A" ] }, { "name": "Tester", "type": { "executable": null }, "targets": [ "Tester" ] } ], "platforms": [ { "name": "macos", "version": "11.0" } ], "dependencies": [ { "url": "https://github.com/apple/swift-mmio.git", "type": "sourceControl", "identity": "swift-mmio", "requirement": { "range": [ { "lower_bound": "0.0.2", "upper_bound": "1.0.0" } ] } }, { "url": "https://github.com/rensbreur/SwiftTUI.git", "type": "sourceControl", "identity": "swifttui", "requirement": { "branch": [ "main" ] } }, { "url": "https://github.com/CmST0us/PeripheryKit.git", "type": "sourceControl", "identity": "peripherykit", "requirement": { "branch": [ "main" ] } } ], "tools_version": "5.9", "manifest_display_name": "BQ25703A" }
Package Dump
{ "name": "BQ25703A", "targets": [ { "name": "BQ25703A", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "product": [ "MMIO", "swift-mmio", null, null ] } ], "packageAccess": true }, { "name": "Tester", "type": "executable", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "target": [ "BQ25703A", null ] }, { "product": [ "SwiftTUI", "SwiftTUI", null, null ] }, { "product": [ "PeripheryKit", "PeripheryKit", null, null ] } ], "packageAccess": true } ], "products": [ { "name": "BQ25703A", "type": { "library": [ "automatic" ] }, "targets": [ "BQ25703A" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "11.0", "platformName": "macos" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "swift-mmio", "location": { "remote": [ { "urlString": "https://github.com/apple/swift-mmio.git" } ] }, "requirement": { "range": [ { "lowerBound": "0.0.2", "upperBound": "1.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "swifttui", "location": { "remote": [ { "urlString": "https://github.com/rensbreur/SwiftTUI.git" } ] }, "requirement": { "branch": [ "main" ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "peripherykit", "location": { "remote": [ { "urlString": "https://github.com/CmST0us/PeripheryKit.git" } ] }, "requirement": { "branch": [ "main" ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.9.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
Dependencies
- swift-mmio0.0.2
- SwiftTUIunspecified
- PeripheryKitunspecified
Dependencies
{ "url": "/usr/src/package", "name": "BQ25703A", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/apple/swift-mmio.git", "name": "swift-mmio", "path": "/usr/src/package/.build/checkouts/swift-mmio", "version": "0.0.2", "identity": "swift-mmio", "dependencies": [ { "url": "https://github.com/apple/swift-syntax.git", "name": "swift-syntax", "path": "/usr/src/package/.build/checkouts/swift-syntax", "version": "509.1.1", "identity": "swift-syntax", "dependencies": [] } ] }, { "url": "https://github.com/rensbreur/SwiftTUI.git", "name": "SwiftTUI", "path": "/usr/src/package/.build/checkouts/SwiftTUI", "version": "unspecified", "identity": "swifttui", "dependencies": [] }, { "url": "https://github.com/CmST0us/PeripheryKit.git", "name": "PeripheryKit", "path": "/usr/src/package/.build/checkouts/PeripheryKit", "version": "unspecified", "identity": "peripherykit", "dependencies": [] } ] }