Example of using esy and dune to build a ReasonML project using lwt
Ensure you have esy installed.
$ yarn global add esyUse esy to pull in dependencies and build the project.
$ esyThe executable built by esy should be located in the _esy directory. Run
it.
$ _esy/default/build/default/bin/Index.exe