package dtoa

  1. Overview
  2. Docs
Converts OCaml floats into strings (doubles to ascii, 'd to a'), using the efficient Grisu3 algorithm

Install

Dune Dependency

Authors

Maintainers

Sources

dtoa-v0.3.2.tbz
sha256=b613700295897ed57c2f4f1a6809084813124d9fd66c5dd5334f20dc32b0707e
sha512=16b31cd2af6b51be702dc9b9f6837e2c213f15cab634afe6c7bb6c7e827071af4694976c1d7e4e713289f41c330f2ec25685b7b26734007889513d462a2e9518

CHANGES.md.html

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.