mirror of
https://github.com/GayPizzaSpecifications/darwin-apk.git
synced 2025-08-03 21:41:31 +00:00
Implement dependency wrapping & version spec
This commit is contained in:
@ -47,7 +47,7 @@ public struct ApkIndexUpdater {
|
||||
}
|
||||
|
||||
for package in index.packages {
|
||||
print(package)
|
||||
print("\(package.name):", package.dependencies)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user