Skip to content

yunxing/reason-bin

Repository files navigation

reason-bin Build Status

Contains the prebuilt binaries needed for Reason's JavaScript workflow, as described here.

Usage

npm install -g reason-bin

Make sure it works:

ocamlmerlin -version

What's inside

Currently three binaries are provided:

  • refmt -- For editors to reformat your reason files
  • ocamlmerlin and ocamlmerlin-reason -- Merlin provides SDK level integration with editors
  • more -- Submit an issue to ask for more prebuilt binaries!

Supported platforms

  • Linux 64 bits
  • Darwin 64 bits

Help needed to get Windows support!