Skip to content

Example of using esy and dune to build a ReasonML project using lwt

Notifications You must be signed in to change notification settings

jbranchaud/esy-reasonml-lwt-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esy-reasonml-lwt-example

Example of using esy and dune to build a ReasonML project using lwt

Prerequisites

Ensure you have esy installed.

$ yarn global add esy

Installation

Use esy to pull in dependencies and build the project.

$ esy

Run

The executable built by esy should be located in the _esy directory. Run it.

$ _esy/default/build/default/bin/Index.exe

About

Example of using esy and dune to build a ReasonML project using lwt

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages