diff options
author | B. Watson <yalhcru@gmail.com> | 2014-12-22 20:02:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-22 20:02:35 +0700 |
commit | be9c1849b69415ae1036310159daef5bf1878651 (patch) | |
tree | 98799574af082e2f6496c07522701b8c9777b3c1 /python/gmpy/slack-desc | |
parent | 8603c917e7eceda35c5ecba64a173d78265988be (diff) | |
download | slackbuilds-be9c1849b69415ae1036310159daef5bf1878651.tar.gz |
python/gmpy: Added (multi-precision arithmetic).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/gmpy/slack-desc')
-rw-r--r-- | python/gmpy/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/gmpy/slack-desc b/python/gmpy/slack-desc new file mode 100644 index 0000000000..06920c6e18 --- /dev/null +++ b/python/gmpy/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------------------------------------------------------| +gmpy: gmpy (multi-precision arithmetic for python) +gmpy: +gmpy: gmpy is a C-coded Python extension module that provides access to +gmpy: the GMP multiple-precision arithmetic library. +gmpy: +gmpy: +gmpy: +gmpy: +gmpy: +gmpy: +gmpy: |