           SPELL=libtompoly
         VERSION=0.04
          SOURCE="ltp-$VERSION.tar.bz2"
   SOURCE_URL[0]=http://www.libtom.net/files/$SOURCE
     SOURCE_HASH=sha512:64a0b25eb058fc2475e6c645138729796099081ad7e926b58d2e83468d988048607e26716b4b669f0e923ea74d4d9705ff5a0466eb41cbe160488d0173447234
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="http://www.libtom.net"
      LICENSE[0]="WTFPL"
         ENTERED=20150228
        KEYWORDS=""
           SHORT="polynomial basis arithmetic library"
cat << EOF
LibTomPoly is a public domain open source library to provide polynomial basis
arithmetic. It uses the public domain library LibTomMath (not included) for
the integer arithmetic and extends the functonality to provide polynomial
arithmetic.

LibTomPoly has the following features:
* Totally public domain and is only dependent on LibTomMath, another public
  domain library.
* Portable source code.
* Provides access to polynomials of finite characteristic of varying degrees (it
  will grow to accomodate).
* Includes several algebraic operations:
  - Usual addition, subtraction, division, multiplication.
  - Modular versions of the add/sub/mul.
  - Modular exponentiation.
  - Irreducibility testing.
  - Monic reductions.
  - Comparisons.
EOF
