homebrew-marten

Version, currently main branch1 version
  • main branchlatestAug 4, 2026

github.com/martenframework/homebrew-marten

Homebrew tap for Marten.

2 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  homebrew-marten:
    github: martenframework/homebrew-marten
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
>= 1.0.0
License
MIT
Author
Morgan Aubert

Dependencies

Runtime Dependencies

  • marten*github: martenframework/marten

Development Dependencies

  • ameba*github: crystal-ameba/ameba, branch: masterdev

README

Marten Homebrew Tap

CI CI

This repository hosts the Homebrew tap definition for the Marten framework.

Release process

When a new Marten version is released, the homebrew tap can be updated by following these steps:

  1. Update the shard.yml file so that it references the Marten version to release
  2. Run shards install to install the new Marten version
  3. Run make release to regenerate the tap definition and the associated tarball

License

MIT. See LICENSE for more details.