Crate brew

Source

Structs§

Analytic
Analytics
Bottle
BrewOption
Dependency
File
Installed
Options
Represents command line options with which to install a package.
Package
Represents a homebrew package, which may or may not be installed.
Requirment
Url
Version
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.
Versions

Enums§

BuildEnv
Error
MapOrString
NumOrString

Functions§

all_installed
Return a map of all installed packages.
all_packages
Returns a map of all packages in the downloaded homebrew repository.
test_brew_installed
Tests weither homebrew is installed by seeing if “brew –version” returns successfully.
update
Update homebrew, synchronizing the homebrew-core and package list.

Type Aliases§

Result