try implementing a command that can search the index for packages

This commit is contained in:
2024-11-15 19:54:35 +11:00
parent 14bd390114
commit 7e403d64e0
11 changed files with 206 additions and 61 deletions

View File

@ -5,7 +5,7 @@
import Foundation
struct ApkIndexDependency: Hashable {
public struct ApkIndexDependency: Hashable {
let requirement: ApkRequirement
init(requirement: ApkRequirement) {