Mike McQuaid a18e43c67c
Merge pull request #17287 from alebcay/messages-strict-typing
messages: enable strict typing
2024-05-14 15:52:50 +09:00
..
2024-05-13 07:36:51 +01:00
2024-05-13 14:30:06 -07:00
2024-05-06 22:57:23 -04:00
2024-05-02 09:40:09 +02:00
2024-05-01 11:35:21 +02:00
2024-05-13 08:48:41 -04:00
2024-05-13 14:57:08 -07:00
2024-05-01 11:35:21 +02:00
2024-05-01 11:35:21 +02:00
2024-05-01 11:35:21 +02:00
2024-05-09 20:14:16 -07:00
2024-05-02 09:40:09 +02:00
2024-05-01 11:35:21 +02:00
2024-05-01 11:35:21 +02:00
2024-05-01 11:35:21 +02:00
2024-05-01 11:35:21 +02:00
2024-05-01 11:35:21 +02:00
2024-05-13 07:36:51 +01:00
2024-04-22 21:16:49 +02:00
2024-04-22 21:16:49 +02:00
2024-03-07 16:20:20 +00:00
2024-05-01 11:35:21 +02:00
2024-05-01 11:35:21 +02:00
2024-05-13 08:48:41 -04:00
2024-05-01 11:35:21 +02:00
2024-04-01 09:59:47 -07:00
2024-05-01 11:35:21 +02:00
2024-05-13 07:36:51 +01:00
2024-05-12 08:58:35 -07:00
2024-03-22 09:33:28 -07:00
2024-03-07 16:20:20 +00:00
2024-03-07 16:20:20 +00:00
2024-05-01 11:35:21 +02:00

Homebrew Ruby API

This is the 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!