package dtoa

  1. Overview
  2. Docs
Converts OCaml floats into strings, using the efficient Grisu3 algorithm

Install

Dune Dependency

Authors

Maintainers

Sources

dtoa-0.3.3.tbz
sha256=d8f4608c9e92b29e25ea31f3bf5fccab396899094990a2d59d15c6e8a3c9ee3e
sha512=58dace1eccd9b55e4e3450c1c6767646ae9551169848b127283b7332cf25c0e0bdd7c8fdf987d55b71e10f82915e59c5439c3ae391696589b490c9184a3dd87c

CHANGES.md.html

v0.3.3 2023-02-25

  • Fixed assert on very long outputs (thanks @nevor!)

  • Support MSVC (thanks @nojb!)

  • Fixed tests under ocaml 5

v0.3.2 2019-06-16

Upgrade jbuilder to dune

v0.3.1 2017-12-06

Install js_of_ocaml runtime stub via opam, and link it up automatically in META

v0.3.0 2017-09-26

Switch to jbuilder

v0.2.0 2017-09-26

  • Relicensed under MIT (see https://code.facebook.com/posts/300798627056246)

  • Ported Bignum from double-conversion to replace printf fallback when grisu3 fails

  • Added js_of_ocaml stubs so that code using this library can compile to JS

v0.1.0 2017-04-03

First release.