Files
brew/Library/Homebrew
Luca FavatellaandMartin Afanasjew c6022104f9 bottle: delete .pyo files as with .pyc (#382)
This should make more bottles relocatable e.g. ansible.

.pyo files are bytecode as .pyc files but optimized -
[ref](https://www.python.org/dev/peps/pep-0488/)

Ref https://github.com/Homebrew/homebrew-core/pull/2125#issuecomment-226987124
2016-06-21 01:22:58 +02:00
..
2016-05-22 09:40:08 +01:00
2015-08-03 13:22:35 +01:00
2015-08-03 13:22:35 +01:00
2016-06-20 23:36:18 +02:00
2016-04-04 02:01:15 +08:00
2016-03-20 14:55:58 +08:00
2016-05-22 09:40:08 +01:00
2015-08-03 13:22:35 +01:00
2016-06-03 13:05:18 +01:00
2015-08-03 13:22:35 +01:00
2015-01-13 16:35:24 -05:00
2016-03-08 21:55:09 +08:00
2016-02-02 18:08:13 +00:00
2016-05-08 16:51:22 +01:00
2016-02-06 14:20:56 -08:00
2015-04-15 19:51:54 +08:00
2016-01-13 21:37:22 +01:00
2016-05-03 18:52:40 +01:00
2016-05-08 20:12:51 +02:00
2016-06-20 13:03:27 +01:00
2015-08-03 13:22:35 +01:00
2016-06-03 13:05:18 +01: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!