           SPELL=zarith
         VERSION=1.2
          SOURCE="${SPELL}-${VERSION}.tgz"
   SOURCE_URL[0]=http://forge.ocamlcore.org/frs/download.php/1187/${SOURCE}
     SOURCE_HASH=sha512:acf508563266d07a6311d30f3d6ca770f162204fd674f17a042a9aa7305fccdd4f35f8df373a4df12729d324d5ecdb96ef62b287e39de60c4a62c102ecd02600
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://forge.ocamlcore.org/projects/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
