summaryrefslogtreecommitdiff
path: root/math/ruby-bigfloat/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-11-01 00:32:23 +0000
committerzuntum <zuntum@pkgsrc.org>2001-11-01 00:32:23 +0000
commit98cf373d367fc32881cb40926be1a79736f39794 (patch)
treed0c7515e829b3d20d8e3aaca76db926e459dd4f3 /math/ruby-bigfloat/DESCR
parenta437fd43cc3ece125446142af9ed27ef8c1e6621 (diff)
downloadpkgsrc-98cf373d367fc32881cb40926be1a79736f39794.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'math/ruby-bigfloat/DESCR')
-rw-r--r--math/ruby-bigfloat/DESCR4
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>