Skip to content

Releases: oboard/hare

Release v0.1.1

25 Nov 17:37

Choose a tag to compare

MoonBit REPL v0.1.1

Downloads

  • JavaScript: hare.js (requires Node.js)
  • Linux x64: hare-linux-x64
  • macOS x64: hare-macos-x64
  • macOS ARM64: hare-macos-arm64

Installation

JavaScript version:

  1. Download hare.js
  2. Run: node hare.js

Native binaries:

  1. Download the appropriate binary for your platform
  2. Make it executable: chmod +x hare-*
  3. Run: ./hare-*

Changes

See the commit history for detailed changes in this release.

Release v0.1.0

03 Sep 15:27

Choose a tag to compare

MoonBit REPL v0.1.0

Downloads

  • JavaScript: hare.js (requires Node.js)
  • Linux x64: hare-linux-x64
  • macOS x64: hare-macos-x64
  • macOS ARM64: hare-macos-arm64

Installation

JavaScript version:

  1. Download hare.js
  2. Run: node hare.js

Native binaries:

  1. Download the appropriate binary for your platform
  2. Make it executable: chmod +x hare-*
  3. Run: ./hare-*

Changes

See the commit history for detailed changes in this release.

Release v0.8.2.2

02 Sep 15:20

Choose a tag to compare

MoonBit REPL v0.8.2.2

Downloads

  • JavaScript: moonbit-repl.js (requires Node.js)
  • Linux x64: moonbit-repl-linux-x64
  • macOS x64: moonbit-repl-macos-x64
  • macOS ARM64: moonbit-repl-macos-arm64

Installation

JavaScript version:

  1. Download moonbit-repl.js
  2. Run: node moonbit-repl.js

Native binaries:

  1. Download the appropriate binary for your platform
  2. Make it executable: chmod +x moonbit-repl-*
  3. Run: ./moonbit-repl-*

Changes

See the commit history for detailed changes in this release.