bs-lwt icon indicating copy to clipboard operation
bs-lwt copied to clipboard

BuckleScript bindings for Lwt

:twisted_rightwards_arrows: bs-lwt

BuckleScript bindings for Lwt.

:gift: Install

npm install https://github.com/mzp/bs-lwt.git

Write bsconfig.json like this:

{
  "name" : "...",
  "bs-dependencies": ["bs-jest", "bs-lwt"],
  ...
}

Build with bsb:

bsb -make-world

:smile: Supported modules

:package: Versioning rule

Lwt 3.0.0 = bs-lwt 3.0.0.x

x is for binding version.

:copyright: License

LGPL(same as Lwt)