Mike McQuaid cf32929116
Merge pull request #5555 from Homebrew/dependabot/bundler/Library/Homebrew/vendor/parallel-1.13.0
Bump parallel from 1.12.1 to 1.13.0 in /Library/Homebrew/vendor
2019-01-18 19:40:26 +00:00
..
2019-01-13 20:29:52 +01:00
2019-01-14 16:47:07 +00:00
2019-01-08 19:13:46 +00:00
2019-01-08 19:13:46 +00:00
2019-01-08 19:13:46 +00:00
2019-01-08 19:13:46 +00:00
2018-11-02 17:29:23 +00:00
2018-12-30 21:13:24 +00:00
2019-01-18 19:20:55 +00:00
2018-11-12 05:01:33 +01:00
2019-01-08 19:13:46 +00:00
2019-01-08 19:13:46 +00:00
2019-01-08 19:13:46 +00:00
2019-01-08 19:13:46 +00:00
2019-01-08 19:13:46 +00:00
2018-11-02 17:29:23 +00:00
2019-01-08 19:13:46 +00:00
2019-01-08 19:13:46 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2019-01-14 16:47:07 +00:00
2018-11-02 17:29:23 +00:00
2019-01-08 19:13:46 +00:00
2019-01-08 15:08:21 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00

Homebrew's Formula API

This is the (partially) documented public API for Homebrew.

The main class you should look at is the {Formula} class (and classes linked from there). That's the class that's used to create Homebrew formulae (i.e. package descriptions). Assume anything else you stumble upon is private.

You may also find the Formula Cookbook and Ruby Style Guide helpful in creating formulae.

Good luck!