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

@ -3,7 +3,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
struct ApkIndexProvides: Hashable {
public struct ApkIndexProvides: Hashable {
let name: String
init(requirement: ApkRequirement) {