mirror of
https://github.com/GayPizzaSpecifications/darwin-apk.git
synced 2025-08-03 21:41:31 +00:00
basic package graph implemented
This commit is contained in:
@ -3,10 +3,10 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
struct ApkIndexProvides: ApkIndexRequirementRef {
|
||||
struct ApkIndexProvides: Hashable {
|
||||
let name: String
|
||||
|
||||
init(name: String, version _: ApkVersionSpecification) {
|
||||
self.name = name
|
||||
init(requirement: ApkRequirement) {
|
||||
self.name = requirement.name
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user