summaryrefslogtreecommitdiffstats
path: root/libraries/cfitsio/README
diff options
context:
space:
mode:
author Dominik Drobek2011-05-05 06:09:47 +0200
committer Robby Workman2011-05-05 06:09:47 +0200
commit31c455cb65ef88cfb2f5e1fa94c9a5c0135ad7f5 (patch)
tree5eae1c93dc970b78a93c32b5ce81903955c05260 /libraries/cfitsio/README
parent94e7c55ae022260a7abf6b2877102b9d52447d7e (diff)
downloadslackbuilds-31c455cb65ef88cfb2f5e1fa94c9a5c0135ad7f5.tar.gz
libraries/cfitsio: Added (FITS file I/O library for C)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/cfitsio/README')
-rw-r--r--libraries/cfitsio/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/cfitsio/README b/libraries/cfitsio/README
new file mode 100644
index 0000000000..f17c2e788a
--- /dev/null
+++ b/libraries/cfitsio/README
@@ -0,0 +1,6 @@
+cfitsio is a library of ANSI C routines for reading and writing
+FITS format data files. A set of Fortran-callable wrapper routines
+is also included for the convenience of Fortran programmers.
+
+The documentation directory contains a comprehensive API reference
+guide and instructions on using cfistio in Fortran programs.