All Projects → xvw → quasar

xvw / quasar

Licence: MIT License
my own standard library for OCaml for Js ecosystem, because it's fun to reinvent the wheel

Programming Languages

ocaml
1615 projects
Standard ML
205 projects

Quasar

Quasar is a library for building applications in the JavaScript ecosystem. It offers an API that approaches the idiomatic ways of doing OCaml.

Anatomy

Quasar is an umbrella for four specific libraries:

  • Quasar_js: a library compatible with Node and the Browser to generate JavaScript (via Js_of_ocaml);
  • Quasar_browser: a browser-specific library as the execution context;
  • Quasar_node: a specific library has Node as the execution context. (NodeJS recommandes version >= v10.7.0)
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].