Jack Nagel 208bc0516b AprRequirement should not short-circuit if apr is installed
If apr is installed, we still want to grab it during dependency
resolution in case we need to pass options to the generated dependency.

In other words, it doesn't make sense for the satisfiable condition to
include the default formula, as the default formula is the fallback for
when the requirement is *not* satisfied.
2015-02-02 00:39:04 -05:00
..
2015-02-01 20:12:13 +01:00
2014-10-05 23:01:02 -05:00
2015-01-05 10:45:05 -05:00
2015-02-01 17:31:05 +01:00
2014-09-28 01:11:31 -05:00
2015-02-01 17:31:05 +01:00
2014-12-26 22:58:36 -05:00
2014-09-26 18:22:19 -07:00
2015-01-03 22:39:07 -05:00
2015-01-22 17:15:28 +01:00
2014-12-29 12:20:03 +00:00
2014-12-30 23:33:50 -05:00
2015-01-22 17:36:31 -05:00
2014-12-08 12:41:50 +00:00
2014-12-11 13:59:12 +00:00
2015-01-13 16:35:24 -05:00
2014-11-14 21:06:01 +00:00
2014-10-26 15:42:41 +00:00
2015-01-12 00:37:24 -05:00
2015-01-05 15:23:35 -05:00

Homebrew Public API

We're (finally) working on a documented public API for Homebrew. It's currently a work in progress; a bunch of public stuff is documented and a bunch of private stuff is undocumented. Sorry about that!

The main class you should look at is {Formula}. Assume everything else is private for now.