This repository was archived by the owner on Oct 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Package_Dependency_Requirement
mattt edited this page Oct 22, 2020
·
2 revisions
public enum RequirementDecodable, Equatable
public typealias Range = (lowerBound: String, upperBound: String)public init(from decoder: Decoder) throwsA specific revision.
case revision(: [String])A range of version numbers.
case range(: [Range])A branch.
case branch(: [String])An exact version
case exact(: [String])public static func ==(lhs: Package.Dependency.Requirement, rhs: Package.Dependency.Requirement) -> BoolGenerated at 2020-10-22T15:50:25+0000 using swift-doc 1.0.0-beta.5.