Package: ocaml-batteries / 3.9.0-2

Metadata

Package Version Patches format
ocaml-batteries 3.9.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix compilation on 32 bit architectures.patch | (download)

examples/euler/euler013.ml | 202 101 + 101 - 0 !
1 file changed, 101 insertions(+), 101 deletions(-)

 fix compilation on 32-bit architectures


0002 Remove one test that fails on mips64el and hppa at l.patch | (download)

src/batBool.ml | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove one test that fails on mips64el and hppa (at least)

On mips64el, `int_of_float nan` returns -1 and not 0 like on most
architectures.