Homebrew Formulae is an online package browser for Homebrew.
It displays a list of all packages in Homebrew/homebrew-core and provides a JSON API for all packages (or individual packages) in Homebrew/homebrew-core. It is deployed to GitHub Pages after every Homebrew/homebrew-core commit by Travis CI.
Open https://formulae.brew.sh/ in your web browser.
Instead, to run Homebrew Formulae locally run:
git clone https://github.com/Homebrew/formulae.brew.sh
cd formulae.brew.sh
bundle install
bundle exec jekyll serveCode is under the BSD 2-clause "Simplified" License.