Homebrew tap for Open-MBEE tools.
brew tap Open-MBEE/tap
brew install systemicasystemica installs the Systemica SysML v2
toolchain: the sysml REPL and the sysml-lsp language server.
Formula/systemica.rb is generated, not hand-edited. Per release, render it from the
release's SHA256SUMS.txt in a clone of Open-MBEE/Systemica and commit the result here:
# in Open-MBEE/Systemica
./scripts/render-homebrew-formula.sh vX.Y.Z > /path/to/homebrew-tap/Formula/systemica.rbThen verify before pushing:
brew install --verbose Open-MBEE/tap/systemica
brew test Open-MBEE/tap/systemica
brew audit --strict --online Open-MBEE/tap/systemicaSee packaging/homebrew/README.md in Open-MBEE/Systemica for details.