xvw / quasar

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

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

License:MIT License


Languages

Language:OCaml 92.5%Language:Standard ML 5.9%Language:Makefile 1.0%Language:JavaScript 0.6%