this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #23167 from Leonidas-from-XIV/ocaml5-dtoa

Only run dtoa.0.3.2 tests on OCaml < 5

authored by

Kate and committed by
GitHub
83dc45d3 885888d2

+1 -1
+1 -1
packages/dtoa/dtoa.0.3.2/opam
··· 12 12 ] 13 13 build: [ 14 14 ["dune" "build" "-p" name "-j" jobs] 15 - ["dune" "runtest" "-p" name "-j" jobs] {with-test} 15 + ["dune" "runtest" "-p" name "-j" jobs] {with-test & ocaml:version < "5.0.0"} 16 16 ] 17 17 dev-repo: "git+https://github.com/flowtype/ocaml-dtoa.git" 18 18 synopsis: "Converts OCaml floats into strings (doubles to ascii, 'd to a'), using the efficient Grisu3 algorithm"