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

https://github.com/atomvm/homebrew-atomvm

A Homebrew tap for AtomVM
https://github.com/atomvm/homebrew-atomvm

Last synced: about 2 months ago
JSON representation

A Homebrew tap for AtomVM

Awesome Lists containing this project

README

          

This repository contains a [Homebrew](https://brew.sh) [Tap](https://docs.brew.sh/Taps) for [AtomVM](https://github.com/atomvm/AtomVM) projects.

The following [Homebrew](https://brew.sh) [Formulae](https://docs.brew.sh/Formula-Cookbook) are supported:

* `atomvm` The [AtomVM](https://github.com/atomvm/AtomVM) virtual machine (for the `generic_unix` platform)
* `packbeam` The [`atomvm_packbeam`](https://github.com/atomvm/atomvm_packbeam) command-line utility

# Usage

To use this Homebrew tap, use the `tap` subcommand, specifying `atomvm/atomvm` as the [Tap](https://docs.brew.sh/Taps):

brew tap atomvm/atomvm

You can then use the above [Formulae](https://docs.brew.sh/Formula-Cookbook) to install software on your machine, e.g.,

brew install atomvm

Enjoy!