diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-12 22:14:09 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-02-12 23:36:45 -0600 |
commit | 54534d3d6e806a565c96468a438e40a0bb253c09 (patch) | |
tree | b1c79da50981cbacdb75d220bd1c4545fd100599 /libraries/ntl/slack-desc | |
parent | d63d1be7f416bf9c2d286843b47ea5aa8599a057 (diff) |
libraries/ntl: Added (number theory library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/ntl/slack-desc')
-rw-r--r-- | libraries/ntl/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/ntl/slack-desc b/libraries/ntl/slack-desc new file mode 100644 index 0000000000000..27549d6e8d1f1 --- /dev/null +++ b/libraries/ntl/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +ntl: ntl (number theory library) +ntl: +ntl: NTL is a high-performance, portable C++ library providing data +ntl: structures and algorithms for manipulating signed, arbitrary length +ntl: integers, and for vectors, matrices, and polynomials over the +ntl: integers and over finite fields. +ntl: +ntl: Project URL: http://www.shoup.net/ntl/ +ntl: +ntl: +ntl: |