           SPELL=zarith
         VERSION=1.12
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://github.com/ocaml/Zarith/archive/release-${VERSION}.tar.gz
     SOURCE_HASH=sha512:8075573ae65579a2606b37dd1b213032a07d220d28c733f9288ae80d36f8a2cc4d91632806df2503c130ea9658dc207ee3a64347c21aa53969050a208f5b2bb4
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Zarith-release-${VERSION}"
        WEB_SITE="https://github.com/ocaml/Zarith"
      LICENSE[0]=LGPL
         ENTERED=20130526
           SHORT="arbitrary precision integers for ocaml"
cat << EOF
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.
EOF
