From cf4154d33fef2958aba29f7790cee181a2c911d6 Mon Sep 17 00:00:00 2001 From: Hugo Heuzard Date: Thu, 20 Jul 2023 14:33:53 +0200 Subject: [PATCH] document jsoo support --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 62029fd..d552663 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,9 @@ Additional features include: * a module `Q` for rationals, built on top of `Z` (see `q.mli`) * a compatibility layer `Big_int_Z` that implements the same API as Big_int from the legacy `Num` library, but uses `Z` internally +Support for [js_of_ocaml](https://github.com/ocsigen/js_of_ocaml/) is +provided by [Zarith_stubs_js](https://github.com/janestreet/zarith_stubs_js). + ## REQUIREMENTS * OCaml, version 4.04.0 or later.