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