ocaml / Zarith

The Zarith library implements arithmetic and logical operations over arbitrary-precision integers and rational numbers. The implementation, based on GMP, is very efficient.
Other
231 stars 70 forks source link

Document js_of_ocaml support ? #64

Closed hhugo closed 1 year ago

hhugo commented 5 years ago

https://github.com/janestreet/zarith_stubs_js just got released. How do you feel about adding a section in the readme about it ?

antoinemine commented 2 years ago

Sorry for not commenting earlier. I guess it would make more sense to ask the people at js_of_ocaml to add the link in their Supported features documentation (they already mention num).

hhugo commented 1 year ago

Sorry for not commenting earlier. I guess it would make more sense to ask the people at js_of_ocaml to add the link in their Supported features documentation (they already mention num).

js_of_ocaml doesn't support zarith out of the box (unlike num). The support is provided by janestreet/zarith_stubs_js. It makes more sense to me to have a cross-reference between zarith and zarith_stubs_js. I've opened #144 with a proposal.

hhugo commented 1 year ago

144 was merged.