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

Install

Authors

Maintainers

Sources

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

Description

This is a (partial) port of Google's double-conversion library from C++ to C.

Published: 27 Feb 2023

Dependencies (2)

  1. dune >= "2.0"
  2. ocaml >= "4.01.0"

Dev Dependencies (1)

  1. ounit2 with-test

Used by (2)

  1. flow_parser >= "0.62.0"
  2. flowtype >= "0.62.0"

Conflicts

None