# $Id: Portfile 95918 2012-07-26 17:47:03Z mww@macports.org $ PortSystem 1.0 PortGroup ocaml 1.0 name ocaml-zarith version 1.1 revision 1 categories devel ml maintainers mww openmaintainer license LGPL-2 platforms darwin description Arbitrary-precision integers for OCaml long_description \ 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/835/ distname zarith-${version} extract.suffix .tgz checksums md5 457fcb896da690d3d6d2bf6c320f3612 \ sha1 cea8a057dfb282b28798d2faec3eb48a02f61fcf \ rmd160 876937c1d8395bfe968e9e20d60f3f55fb982b73 depends_lib port:ocaml port:ocaml-findlib port:gmp patchfiles patch-configure.diff patch-caml_z_x86_64.S.diff patch-META.diff configure.pre_args configure.args -installdir ${ocamlfind_destdir} -ocamllibdir ${prefix}/lib/ocaml configure.cc_archflags configure.ld_archflags use_parallel_build no test.run yes test.cmd make test && ./test livecheck.type regex livecheck.url http://forge.ocamlcore.org/frs/?group_id=243 livecheck.regex "zarith-(\[0-9\\.\]+).tgz"