No description
- Ruby 100%
| Formula | ||
| README.md | ||
homebrew-rdnk
Homebrew tap for rdnk — the LLVM-free Odin script runner (cranelift JIT).
Install
brew tap bngreer/rdnk https://git.mere.cloud/bngreer/homebrew-rdnk
brew install bngreer/rdnk/rdnk
If Homebrew refuses with a tap-trust warning (Homebrew 5.x requires
third-party taps to be trusted), either follow the brew command it prints to
trust the tap, or install once with:
HOMEBREW_NO_REQUIRE_TAP_TRUST=1 brew install bngreer/rdnk/rdnk
What it ships
A self-contained arm64 macOS build: the rdnk binary plus the exact odin
standard library it was built against (base/core) and the rdnk-specific
collections (compiler/rdnk/ui). No dependency on a system odin, so it
can't break when odin drifts. The vendored C-library bindings (vendor:*) are
not bundled to keep the download small.
Release artifacts live at https://git.mere.cloud/bngreer/rdnk/releases.