All Projects โ†’ mzp โ†’ bs-lwt

mzp / bs-lwt

Licence: other
BuckleScript bindings for Lwt

Programming Languages

ocaml
1615 projects
c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
CSS
56736 projects
Standard ML
205 projects
Makefile
30231 projects

Projects that are alternatives of or similar to bs-lwt

bs-immutablejs
Reason + BuckleScript bindings to Immutable.js
Stars: โœญ 28 (+7.69%)
Mutual labels:  reasonml
reactor
๐Ÿš€ Native Actors for Reason and OCaml
Stars: โœญ 70 (+169.23%)
Mutual labels:  reasonml
rescript-jest
ReScript bindings for Jest
Stars: โœญ 274 (+953.85%)
Mutual labels:  reasonml
ppx rapper
Syntax extension for writing SQL in OCaml
Stars: โœญ 91 (+250%)
Mutual labels:  reasonml
hello-ppx-esy
A simple example of a ppx with Reason and esy
Stars: โœญ 38 (+46.15%)
Mutual labels:  reasonml
bs-Zarith
Support Bigint, Q (rational numbers) and Z (integer numbers) in BuckleScript.
Stars: โœญ 15 (-42.31%)
Mutual labels:  reasonml
reform
๐Ÿ“‹ Reasonably making forms sound good
Stars: โœญ 345 (+1226.92%)
Mutual labels:  reasonml
rebez
Cubic bezier implementation in Reason / OCaml.
Stars: โœญ 31 (+19.23%)
Mutual labels:  reasonml
parallel
Lwt-enabled distributed computing library
Stars: โœญ 36 (+38.46%)
Mutual labels:  lwt
agda-mode-vscode
agda-mode on VS Code
Stars: โœญ 112 (+330.77%)
Mutual labels:  reasonml
genTypeScript
Auto generation of type-safe bindings between Reason and Typescript.
Stars: โœญ 75 (+188.46%)
Mutual labels:  reasonml
Reason-react-hooks
๐Ÿงถ Some hooks in ReasonML for reason-react that can be useful
Stars: โœญ 14 (-46.15%)
Mutual labels:  reasonml
reason-catstagram
๐Ÿˆ Catstagram made with ReasonReact!
Stars: โœญ 31 (+19.23%)
Mutual labels:  reasonml
gobi
Compile OCaml/Reason to static iOS libraries
Stars: โœญ 25 (-3.85%)
Mutual labels:  reasonml
bs-css-core
BuckleScript statically typed DSL for CSS (forked from https://github.com/SentiaAnalytics/bs-css)
Stars: โœญ 15 (-42.31%)
Mutual labels:  reasonml
reason-vue
ReasonML and Vue
Stars: โœญ 55 (+111.54%)
Mutual labels:  reasonml
amqp-client
OCaml Amqp client library for Async and Lwt.
Stars: โœญ 58 (+123.08%)
Mutual labels:  lwt
qnd
Quick and Dirty development builds
Stars: โœญ 19 (-26.92%)
Mutual labels:  reasonml
bs-downshift
BuckleScript bindings for Downshift
Stars: โœญ 21 (-19.23%)
Mutual labels:  reasonml
mwt
Medium weight threads - preemptive thread pools for Lwt
Stars: โœญ 28 (+7.69%)
Mutual labels:  lwt

๐Ÿ”€ bs-lwt

BuckleScript bindings for Lwt.

๐ŸŽ 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

๐Ÿ˜„ Supported modules

๐Ÿ“ฆ Versioning rule

Lwt 3.0.0 = bs-lwt 3.0.0.x

x is for binding version.

ยฉ๏ธ License

LGPL(same as Lwt)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].