module Zap::Installer

Defined in:

installer/installer.cr

Constant Summary

Log = Zap::Log.for(self)
METADATA_FILE_NAME = ".zap.metadata"

Class Method Summary

Class Method Detail

def self.package_already_installed?(dependency : Package, path : Path) #

Check if a package is already installed on the filesystem


[View source]