bs-lwt
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
- Lwt
- Lwt_result
- Lwt_condition
- Lwt_list
- Lwt_mutex
- Lwt_mvar
- Lwt_pool
- Lwt_stream
- Lwt_switch
- Lwt_sequence
- Lwt_pqueue
:package: Versioning rule
Lwt 3.0.0 = bs-lwt 3.0.0.x
x is for binding version.
:copyright: License
LGPL(same as Lwt)