Crate brew[][src]

Structs

Represents command line options with which to install a package.

Represents a homebrew package, which may or may not be installed.

Represents a string which might be a version number for homebrew. Homebrew has requirments for version strings, so it is not possable to definitivly parse it.

Enums

Functions

Return a map of all installed packages.

Returns a map of all packages in the downloaded homebrew repository.

Tests weither homebrew is installed by seeing if “brew –version” returns successfully.

Update homebrew, synchronizing the homebrew-core and package list.

Type Definitions