doc/Interesting-Taps-&-Branches: tighter lists
This commit is contained in:
parent
1248294c8c
commit
417453401f
@ -4,91 +4,63 @@ Homebrew has the capability to add (and remove) multiple taps to your local inst
|
||||
|
||||
## Main Taps
|
||||
|
||||
* [homebrew/science](https://github.com/Homebrew/homebrew-science)
|
||||
- A collection of scientific libraries and tools.
|
||||
* [homebrew/apache](https://github.com/Homebrew/homebrew-apache): A tap for Apache modules, extending OS X's built-in Apache. These brews may require unconventional additional setup, as explained in the caveats.
|
||||
|
||||
* [homebrew/dupes](https://github.com/Homebrew/homebrew-dupes)
|
||||
- Need GDB or a newer Tk? System duplicates go here.
|
||||
* [homebrew/binary](https://github.com/Homebrew/homebrew-binary): Precompiled binary formulae.
|
||||
|
||||
* [homebrew/versions](https://github.com/Homebrew/homebrew-versions)
|
||||
- Need e.g. older or newer versions of Postgresql? Older versions of GCC?
|
||||
* [homebrew/boneyard](https://github.com/Homebrew/homebrew-boneyard): Formula are not deleted, they are moved here.
|
||||
|
||||
* [homebrew/games](https://github.com/Homebrew/homebrew-games)
|
||||
- Game or gaming-emulation related formulae.
|
||||
* [homebrew/bundle](https://github.com/Homebrew/homebrew-bundle): Bundler for non-Ruby dependencies from Homebrew.
|
||||
|
||||
* [homebrew/apache](https://github.com/Homebrew/homebrew-apache)
|
||||
- A tap for Apache modules, extending OS X's built-in Apache. These brews may require unconventional additional setup, as explained in the caveats.
|
||||
* [homebrew/completions](https://github.com/Homebrew/homebrew-completions): Shell completion formulae.
|
||||
|
||||
* [homebrew/head-only](https://github.com/Homebrew/homebrew-head-only)
|
||||
- A tap for brews that only have unstable, unreleased versions.
|
||||
* [homebrew/devel-only](https://github.com/Homebrew/homebrew-devel-only): A tap for brews that only have pre-release/development versions.
|
||||
|
||||
* [homebrew/devel-only](https://github.com/Homebrew/homebrew-devel-only)
|
||||
- A tap for brews that only have pre-release/development versions.
|
||||
* [homebrew/dupes](https://github.com/Homebrew/homebrew-dupes): Need GDB or a newer Tk? System duplicates go here.
|
||||
|
||||
* [homebrew/php](https://github.com/Homebrew/homebrew-php)
|
||||
- Repository for php-related formulae.
|
||||
* [homebrew/games](https://github.com/Homebrew/homebrew-games): Game or gaming-emulation related formulae.
|
||||
|
||||
* [homebrew/python](https://github.com/Homebrew/homebrew-python)
|
||||
- A few Python formulae that do not build well with `pip` alone.
|
||||
* [homebrew/head-only](https://github.com/Homebrew/homebrew-head-only): A tap for brews that only have unstable, unreleased versions.
|
||||
|
||||
* [homebrew/completions](https://github.com/Homebrew/homebrew-completions)
|
||||
- Shell completion formulae.
|
||||
* [homebrew/nginx](https://github.com/Homebrew/homebrew-nginx): Feature rich Nginx tap for modules.
|
||||
|
||||
* [homebrew/x11](https://github.com/Homebrew/homebrew-x11)
|
||||
- Formulae with hard X11 dependencies.
|
||||
* [homebrew/php](https://github.com/Homebrew/homebrew-php): Repository for php-related formulae.
|
||||
|
||||
* [homebrew/boneyard](https://github.com/Homebrew/homebrew-boneyard)
|
||||
- Formula are not deleted, they are moved here.
|
||||
* [homebrew/python](https://github.com/Homebrew/homebrew-python): A few Python formulae that do not build well with `pip` alone.
|
||||
|
||||
* [homebrew/nginx](https://github.com/Homebrew/homebrew-nginx)
|
||||
- Feature rich Nginx tap for modules.
|
||||
* [homebrew/science](https://github.com/Homebrew/homebrew-science): A collection of scientific libraries and tools.
|
||||
|
||||
* [homebrew/binary](https://github.com/Homebrew/homebrew-binary)
|
||||
- Precompiled binary formulae.
|
||||
|
||||
* [homebrew/brewdler](https://github.com/Homebrew/homebrew-brewdler)
|
||||
- A Bundler-equivalent for installing project dependencies from Homebrew.
|
||||
* [homebrew/versions](https://github.com/Homebrew/homebrew-versions): Need e.g. older or newer versions of Postgresql? Older versions of GCC?
|
||||
|
||||
* [homebrew/x11](https://github.com/Homebrew/homebrew-x11): Formulae with hard X11 dependencies.
|
||||
|
||||
`brew search` looks in these main taps and as well in [Homebrew/homebrew](https://github.com/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](https://github.com/osx-cross/homebrew-avr)
|
||||
- GNU AVR toolchain (Libc, compilers and other tools for Atmel MCUs, useful for Arduino hackers and AVR programmers).
|
||||
* [InstantClientTap/instantclient](https://github.com/InstantClientTap/homebrew-instantclient): A tap for Oracle Instant Client. The packages need to be downloaded manually.
|
||||
|
||||
* [titanous/gnuradio](https://github.com/titanous/homebrew-gnuradio)
|
||||
- GNU Radio and friends running on OS X.
|
||||
* [besport/ocaml](https://github.com/besport/homebrew-ocaml): A tap for Ocaml libraries, though with caveats, it requires you install its customized ocaml formula. Perhaps a template for more work.
|
||||
|
||||
* [besport/ocaml](https://github.com/besport/homebrew-ocaml)
|
||||
- A tap for Ocaml libraries, though with caveats, it requires you install its customized ocaml formula. Perhaps a template for more work.
|
||||
* [osx-cross/avr](https://github.com/osx-cross/homebrew-avr): GNU AVR toolchain (Libc, compilers and other tools for Atmel MCUs, useful for Arduino hackers and AVR programmers).
|
||||
|
||||
* [petere/postgresql](https://github.com/petere/homebrew-postgresql)
|
||||
- Allows installing multiple PostgreSQL versions in parallel.
|
||||
* [edavis/emacs](https://github.com/edavis/homebrew-emacs): A tap for Emacs packages.
|
||||
|
||||
* [edavis/emacs](https://github.com/edavis/homebrew-emacs)
|
||||
- A tap for Emacs packages.
|
||||
* [petere/postgresql](https://github.com/petere/homebrew-postgresql): Allows installing multiple PostgreSQL versions in parallel.
|
||||
|
||||
* [InstantClientTap/instantclient](https://github.com/InstantClientTap/homebrew-instantclient)
|
||||
- A tap for Oracle Instant Client. The packages need to be downloaded manually.
|
||||
* [titanous/gnuradio](https://github.com/titanous/homebrew-gnuradio): GNU Radio and friends running on OS X.
|
||||
|
||||
## Interesting Branches (aka forks)
|
||||
|
||||
* [mistydemeo/tigerbrew](https://github.com/mistydemeo/tigerbrew)
|
||||
- Experimental Tiger PowerPC version
|
||||
* [mistydemeo/tigerbrew](https://github.com/mistydemeo/tigerbrew): Experimental Tiger PowerPC version
|
||||
|
||||
* [homebrew/linuxbrew](https://github.com/Homebrew/linuxbrew)
|
||||
- Experimental Linux version
|
||||
* [homebrew/linuxbrew](https://github.com/Homebrew/linuxbrew): Experimental Linux version
|
||||
|
||||
* [wilmoore/homebrew-home](https://github.com/wilmoore/homebrew-home)
|
||||
- Homebrew install for those that like to Homebrew @ $HOME (i.e. ~/.homebrew).
|
||||
|
||||
* [nddrylliog/homebrew-mingw](https://github.com/nddrylliog/homebrew-mingw)
|
||||
- An experimental port of Homebrew for Windows (with an MSYS/MinGW environment).
|
||||
* [wilmoore/homebrew-home](https://github.com/wilmoore/homebrew-home): Homebrew install for those that like to Homebrew @ $HOME (i.e. ~/.homebrew).
|
||||
|
||||
* [nddrylliog/homebrew-mingw](https://github.com/nddrylliog/homebrew-mingw): An experimental port of Homebrew for Windows (with an MSYS/MinGW environment).
|
||||
|
||||
## Technical Details
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user