Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
pubgrub
main
PubGrub
Assignment
Cause
Conflict
Dependency
Forbidden
NotFound
NoVersions
Root
UnknownSource
Constraint
Empty
FailureWriter
Incompatibility
Package
PackageSource
PartialSolution
Range
Relation
SolverFailure
SolverResult
StaticSource
Term
Union
Version
VersionConstraint
VersionSolver
Built with Crystal 1.9.2
2023-10-08 10:44:24 UTC
class
PubGrub::Package
PubGrub::Package
Reference
Object
Defined in:
pubgrub/package.cr
Constructors
.new
(name : String)
Class Method Summary
.root
Instance Method Summary
#==
(other : Package) : Bool
#name
: String
#root?
: Bool
Constructor Detail
def self.
new
(name : String)
#
[
View source
]
Class Method Detail
def self.
root
#
[
View source
]
Instance Method Detail
def
==
(other :
Package
) : Bool
#
[
View source
]
def
name
: String
#
[
View source
]
def
root?
: Bool
#
[
View source
]