package melange
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=23859d4598ca9e5faac09abd09892d0e6d6afcd727e146ec48978a997a191584
sha512=1ada6f9e81f3fbb388a09752725e0c8b61d2d9b0d1f5c147186870a271766e8353db4115b7b5d3eb2f916ae9a165e2f4480e44b69883c57a3e2420f47e002a19
Description
Published: 06 Dec 2023
README
Melange
Melange compiles OCaml / Reason to JavaScript
Powered by the versatile OCaml type system, with best-in-class type inference, Melange produces robust JavaScript code.
Sponsored by:
Installation
Check melange.re to get started.
OPAM
Melange is released to OPAM. Install it with:
$ opam install melange
Template
melange-re/melange-opam-template provides a GitHub template repository that can be used as a project starter.
Nix
Melange has good support for Nix:
github:melange-re/melange
can be added as a flake inputthe melange flake provides a
melange.overlays.default
overlay that adds melange topkgs.ocamlPackages.melange
the
melc
binary can be run withnix run github:melange-re/melange
, e.g.nix run github:melange-re/melange/2.0.0 -- --help
OCaml version compatibility
Melange v2.0 works on OCaml 5.1 only.
Melange v1.0 can build projects with OCaml >= 4.13 (including OCaml 5.x).
Editor integration only works on OCaml 4.14, because Melange emits
.cmt
artifacts targeting the OCaml 4.14 binary format.
Editor integration
Melange has first class support in Dune. ocaml-lsp
or Merlin works as usual. In VSCode, the VSCode OCaml Platform extension is recommended.
Community
There's a
#melange
channel in the ReasonML Discord
FAQ
How does this project relate to other tools?
This project is forked from an earlier version of the ReScript compiler, focused on a deeper integration with the OCaml ecosystem. Such integration makes it easy to share code between backend and frontend using e.g. Dune's virtual libraries.
Melange 1.0 includes a ReScript compatibility layer to maintain compatibility with ReScript syntax - preserving access to ReScript's package ecosystem. Both ReScript and Melange have diverged significantly since then, and this compatibility layer was removed in Melange 2.0.
A small write-up with more details on the motivation behind this project can be found in the announcement blog post. Additional write-ups exist at anmonteiro.substack.com
Below is a quick comparison between Melange and other tools:
Name | Purpose | Dependencies | Notes |
---|---|---|---|
OPAM | Package manager | None | Obtaining dependencies such as dune or reason |
Dune | Build tool | Installed with e.g. opam |
Composable build tool for OCaml; supports composing custom rules to build any project |
Reason | Syntax | Installed with e.g. opam |
Alternative syntax to OCaml |
Melange | Compiler that emits Script | OPAM (to install), Dune (to build) | Supports OCaml and Reason; derived from ReScript, focused on deeper integration with OCaml |
ReScript | The brand around a syntax and a compiler that emits JavaScript | None | Distributed via NPM as prebuilt binaries; previously called BuckleScript |
Contributing
See CONTRIBUTING.md.
Acknowledgments
Thanks to the ReScript project, its author and maintainer @bobzhang, and its many contributors. Melange is a fork of ReScript, and continues to incorporate patches to ReScript on a regular basis.
Thanks to the OCaml team, obviously, without such a beautiful yet practical language, this project would not exist.
Thanks to Bloomberg and Facebook. The ReScript project began at Bloomberg and was published in 2016; without the support of Bloomberg, it would not have happened. ReScript was funded by Facebook since July 2017.
See also Credits.md concerning some individual components of Melange.
Licensing
See COPYING and COPYING.LESSER
See Credits for more details.
Dependencies (7)
Dev Dependencies (4)
-
odoc
with-doc
-
reactjs-jsx-ppx
with-test
-
reason
with-test & >= "3.9.0"
-
ounit
with-test
Used by (18)
-
melange-atdgen-codec-runtime
< "3.0.0"
- melange-fetch
- melange-jest
-
melange-json
< "1.1.0"
-
melange-moment
< "0.4.0"
- melange-numeral
- melange-radix-icons
- melange-react-dates
- melange-react-query
-
melange-recharts
< "4.0.3"
- melange-testing-library
- melange-webapi
- pancake
-
reason-react
= "0.13.0"
-
reason-react-ppx
= "0.13.0"
- reshowcase
- tablecloth-melange
- universal-portal
Conflicts
None