diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:32:23 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:32:23 +0000 |
commit | 98cf373d367fc32881cb40926be1a79736f39794 (patch) | |
tree | d0c7515e829b3d20d8e3aaca76db926e459dd4f3 /math/ruby-bigfloat/DESCR | |
parent | a437fd43cc3ece125446142af9ed27ef8c1e6621 (diff) | |
download | pkgsrc-98cf373d367fc32881cb40926be1a79736f39794.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'math/ruby-bigfloat/DESCR')
-rw-r--r-- | math/ruby-bigfloat/DESCR | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/ruby-bigfloat/DESCR b/math/ruby-bigfloat/DESCR new file mode 100644 index 00000000000..d0067c8e94c --- /dev/null +++ b/math/ruby-bigfloat/DESCR @@ -0,0 +1,4 @@ +BigFloat is an extension library for Ruby. Using BigFloat class, you +can obtain any number of significant digits in computation. + +Author: Shigeo Kobayashi <shigeo@tinyforest.gr.jp> |