description Arbitrary-precision integers for OCaml
The Zarith library implements arithmetic and logical operations \
over arbitrary-precision integers. It uses GMP to efficiently \
implement arithmetic over big integers. Small integers are \
represented as Caml unboxed integers, for speed and space economy.
homepage http://forge.ocamlcore.org/projects/zarith/
master_sites http://forge.ocamlcore.org/frs/download.php/1574/
distname zarith-${version}
checksums rmd160 b0c858cb3757ce9bbd8f191b90ffeb76e81c5aa1 \
sha256 23b6c140aad25385bb0b862b9b9fe8a5c6e6f608d0fac7a688aaede5ea876650
depends_lib port:ocaml port:ocaml-findlib port:gmp
patchfiles patch-configure.diff patch-caml_z_x86_64.S.diff
configure.args -installdir ${ocamlfind_destdir} -ocamllibdir ${prefix}/lib/ocaml
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} Changes LICENSE README \
${destroot}${prefix}/share/doc/${name}
test.dir ${worksrcpath}/tests
livecheck.url http://forge.ocamlcore.org/frs/?group_id=243
livecheck.regex "zarith-(\[0-9\\.\]+).tgz"