Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beartype/homebrew-beartype
🍺 A beary cool Homebrew tap for beartype
https://github.com/beartype/homebrew-beartype
beartype bottles homebrew homebrew-tap
Last synced: about 8 hours ago
JSON representation
🍺 A beary cool Homebrew tap for beartype
- Host: GitHub
- URL: https://github.com/beartype/homebrew-beartype
- Owner: beartype
- License: mit
- Created: 2021-01-20T12:44:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T18:54:05.000Z (6 months ago)
- Last Synced: 2024-05-09T15:31:38.075Z (6 months ago)
- Topics: beartype, bottles, homebrew, homebrew-tap
- Language: Ruby
- Homepage:
- Size: 68.4 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🍺 homebrew-beartype
Pawsibly the only homebrew tap you'll ever find with an unbearably good bare-metal type checker. 🐻
## Installation
```bash
brew tap beartype/beartype
brew install
```or alternatively...
```bash
brew install beartype/beartype/
```Pre-compiled bottles are available for macOS Big Sur, Monterey and x86_64 Linux.
## Formulae/Casks
| Program | Description |
| ----------- | ----------- |
| [beartype](https://github.com/beartype/beartype) | Unbearably fast O(1) runtime type-checking in pure Python |### Acknowledgements
[dawidd6/homebrew-tap](https://github.com/dawidd6/homebrew-tap) was used as an example as to how to generate bottles.