Skip to content

Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems

License

Notifications You must be signed in to change notification settings

reasonml/reason

Folders and files

NameName
Last commit message
Last commit date

Latest commit

df6cd9c · Mar 9, 2025
Mar 9, 2025
Jan 11, 2021
Feb 2, 2025
Jun 29, 2024
Feb 2, 2025
Nov 9, 2023
Dec 2, 2024
Jul 21, 2024
Mar 9, 2025
Feb 10, 2025
Feb 2, 2025
Mar 5, 2020
Aug 11, 2024
Aug 11, 2024
Mar 9, 2025
Jan 25, 2018
Dec 11, 2017
Jul 21, 2024
Jul 21, 2024
Oct 29, 2019
Mar 1, 2021
Jul 8, 2024
Mar 9, 2025
Feb 2, 2025
Oct 20, 2018
Mar 9, 2025
Feb 10, 2025
Feb 2, 2025
Apr 25, 2023
Mar 9, 2025
Nov 9, 2023
Mar 9, 2025

Repository files navigation

logo

Reason

Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems.

Build Status CircleCI Chat

Latest Releases:

native esy package on npm

User Documentation

The Reason user docs live online at https://reasonml.github.io. The repo for those Reason docs lives at github.com/reasonml/reasonml.github.io

Docs links for new users:

Contributing:

npm install -g esy@next
git clone https://github.com/facebook/reason.git
cd reason
esy
esy test # Run the tests

Contributor Documentation:

The docs/ directory in this repo contains documentation for contributors to Reason itself (this repo).

License

See Reason license in LICENSE.txt.

Works that are forked from other projects are under their original licenses.

Credit

The general structure of refmt repo was copied from whitequark's m17n project, including parts of the README that instruct how to use this with the OPAM toolchain. Thank you OCaml!