mirror of
https://github.com/GayPizzaSpecifications/darwin-apk.git
synced 2025-08-03 21:41:31 +00:00
try implementing a command that can search the index for packages
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
struct ApkIndexDependency: Hashable {
|
||||
public struct ApkIndexDependency: Hashable {
|
||||
let requirement: ApkRequirement
|
||||
|
||||
init(requirement: ApkRequirement) {
|
||||
|
Reference in New Issue
Block a user