class Mint::Installer
 
  - Mint::Installer
- Reference
- Object
Included Modules
Defined in:
installer.crinstaller/dependency.cr
installer/fixed_constraint.cr
installer/repository.cr
installer/semver.cr
installer/simple_constraint.cr
Constructors
Instance Method Summary
- 
        #populate
        
          Populates the resolved package into ".mint/packages" directory 
- 
        #print_resolved
        
          Prints the resolved packages and their versions 
- #resolve_dependencies(dependencies = root_dependencies, package = root)
- #resolve_dependency(dependency, package)
- #root : {name: String, version: String}
- #root_dependencies : Array(Mint::Installer::Dependency)
- 
        #solve(base = root)
        
          Solves the dependency graph 
- #terminal