brew/share/doc/homebrew/Interesting-Taps-&-Branches.md
Michka Popoff 8f072724de Remove MacVTKITKPythonBottles from doc
Bottles for VTK and ITK python are no more provided.

ITK can be wrapped with Python since version 4.8, so this tap
is no more needed. Using the vanilla homebrew VTK and ITK formulas is
the way to go.

Closes Homebrew/homebrew#44467.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2015-10-02 21:52:55 -07:00

4.3 KiB

Interesting Taps & Branches

A Tap is homebrew-speak for a git repository containing extra formulae. Homebrew has the capability to add (and remove) multiple taps to your local installation with the brew tap and brew untap command. Type man brew in your Terminal. The main repository https://github.com/Homebrew/homebrew often called "Homebrew/homebrew" is always built-in.

Main Taps

brew search looks in these main taps and as well in Homebrew/homebrew. So don't worry about missing stuff. We will add other taps to the search as they become well maintained and popular.

You can be added as a maintainer for one of the Homebrew organization taps and aid the project! If you are interested write to our list: homebrew@librelist.com. We want your help!

Other Interesting Taps

  • osx-cross/avr

    • GNU AVR toolchain (Libc, compilers and other tools for Atmel MCUs, useful for Arduino hackers and AVR programmers).
  • titanous/gnuradio

    • GNU Radio and friends running on OS X.
  • besport/ocaml

    • A tap for Ocaml libraries, though with caveats, it requires you install its customized ocaml formula. Perhaps a template for more work.
  • petere/postgresql

    • Allows installing multiple PostgreSQL versions in parallel.
  • edavis/emacs

    • A tap for Emacs packages.
  • InstantClientTap/instantclient

    • A tap for Oracle Instant Client. The packages need to be downloaded manually.

Interesting Branches (aka forks)

Technical Details

Your taps are git repositories located at $(brew --prefix)/Library/Taps.