-
Notifications
You must be signed in to change notification settings - Fork 0
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/mxcl/homebrew often called "mxcl/master" is always built-in.
-
- A collection of scientific libraries and tools.
-
- Need GDB or a newer Tk? System duplicates go here.
-
- Need eg. older or newer versions of Python? Newer versions of GCC?
-
- A tap for Apache modules, extending OS X's built-in Apache. These brews may require unconventional additional setup, as explained in the caveats.
-
- A tap for brews that don't have stable versions.
-
- Repository for php-related formulae.
-
- A few Python formulae that do not build well with
pip
alone.
- A few Python formulae that do not build well with
-
- Formula are not deleted, they are moved here.
-
- Feature rich Nginx tap for modules
brew search
looks in these main taps and as well in mxcl/master. 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 collaborator to Homebrew organization taps and aid the project! If you are interested write to our list: [email protected]. We want your help!
-
- GNU AVR toolchain (avr-gcc etc. for Arduino hackers).
-
- GNU Radio and friends running on OS X.
-
- A tap for Ocaml libraries, though with caveats, it requires you install its customized ocaml formula. Perhaps a template for more work.
-
- Flashing tools for embedded devices and olsrd for mesh network routing.
-
- Digital forensics-related formulae; mostly head-only, binary-only, or unstable.
-
- Allows installing multiple PostgreSQL versions in parallel.
-
- Experimental Tiger PowerPC version
-
- Preliminary support for GTK+ using the Quartz (native OS X) back-end
-
- Experimental support for download-and-install for non-source software
-
- Experimental Linux version
-
- Experimental Linux version
-
- Experimental Solaris version
Your taps are git repositories located at $(brew --prefix)/Library/Taps
.