https://github.com/melbournedeveloper/homebrew-osprey
Osprey programming language Homebrew tap
https://github.com/melbournedeveloper/homebrew-osprey
Last synced: 8 months ago
JSON representation
Osprey programming language Homebrew tap
- Host: GitHub
- URL: https://github.com/melbournedeveloper/homebrew-osprey
- Owner: MelbourneDeveloper
- Created: 2025-06-13T11:01:43.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-06-23T12:07:56.000Z (9 months ago)
- Last Synced: 2025-08-02T01:31:41.952Z (8 months ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Osprey Homebrew Tap
Homebrew tap for the Osprey programming language.
## Installation
```bash
# Add the tap
brew tap melbournedeveloper/osprey
# Install Osprey
brew install osprey
```
## Direct Installation
```bash
# Install directly without adding tap first
brew install melbournedeveloper/osprey/osprey
```
## About Osprey
Osprey is a modern functional programming language designed for clarity, safety, and expressiveness.
- Homepage: https://www.ospreylang.dev
- Documentation: https://www.ospreylang.dev/docs
- Source: https://github.com/melbournedeveloper/osprey
## Issues
Report issues at the [main Osprey repository](https://github.com/melbournedeveloper/osprey/issues).