prr — (almost-)brr-compatible JavaScript FFI library sans browser-only APIs

Prr is a fork of Brr, which provides a subset of its APIs:

Prr focuses on providing Brr's JavaScript FFI facilities and selected utils modules; and is intended to be used in Web / Node.js / React Native development.

Prr is distributed under the ISC license. It depends on the js_of_ocaml compiler and runtime – but not on its libraries or syntax extension.

Please also see Brr's official homepage: https://erratique.ch/software/brr

Installation

Add this repository as a git submodule, then use the vendoring feature of dune.

Prr may also be available on opam in future:

opam install prr # not for now

Documentation

Please see Brr's official documentation.