Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aconchillo/homebrew-guile
A Homebrew Tap for Guile libraries and applications.
https://github.com/aconchillo/homebrew-guile
guile homebrew scheme
Last synced: about 4 hours ago
JSON representation
A Homebrew Tap for Guile libraries and applications.
- Host: GitHub
- URL: https://github.com/aconchillo/homebrew-guile
- Owner: aconchillo
- Created: 2020-05-26T08:09:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-16T16:25:45.000Z (3 days ago)
- Last Synced: 2024-11-16T16:29:46.836Z (3 days ago)
- Topics: guile, homebrew, scheme
- Language: Ruby
- Homepage:
- Size: 516 KB
- Stars: 41
- Watchers: 6
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guile Homebrew Tap
The goal of Guile Homebrew Tap is to provide
[Guile](https://www.gnu.org/software/guile/) libraries and applications that
can be easily installed with [Homebrew](https://brew.sh/).Nowadays, many members of the Guile community use [Guix](https://guix.gnu.org/)
to install Guile software. Unfortunately, Guix is not available on macOS so this
Homebrew tap is an easy way to get started with Guile on macOS.Happy hacking!
## How do I install these formulae?
If you installed Guile through Homebrew before May 28, 2020, you will need to
reinstall it:`brew reinstall guile`
After that you can do any of the following:
`brew install aconchillo/guile/`
Or `brew tap aconchillo/guile` and then `brew install `.
Or install via URL (which will not receive updates):
```
brew install https://raw.githubusercontent.com/aconchillo/homebrew-guile/master/Formula/.rb
```## Documentation
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).