An open API service indexing awesome lists of open source software.

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

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).