diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:31 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:31 -0800 |
commit | 5145dd3aa0c02c9fc496d1432fc4410674206e1d (patch) | |
tree | 540afc30c51da085f5bd8ec3f4c89f6496e7900d /indexes.texi | |
parent | 8466d8cfa486fb30d1755c4261b781135083787b (diff) | |
download | slib-5145dd3aa0c02c9fc496d1432fc4410674206e1d.tar.gz slib-5145dd3aa0c02c9fc496d1432fc4410674206e1d.zip |
Import Upstream version 3a2upstream/3a2
Diffstat (limited to 'indexes.texi')
-rw-r--r-- | indexes.texi | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/indexes.texi b/indexes.texi new file mode 100644 index 0000000..8733a05 --- /dev/null +++ b/indexes.texi @@ -0,0 +1,55 @@ + +@ifhtml +@node Index, Procedure and Macro Index, About SLIB, Top +@unnumbered Index +@end ifhtml + +@ifnotinfo +@menu +* Procedure and Macro Index:: +* Variable Index:: +* Concept Index:: +@ifhtml +* SLIB:: Full Table of Contents +@end ifhtml +@end menu +@end ifnotinfo + +@ifnotinfo +@node Procedure and Macro Index, Variable Index, Index, Index +@end ifnotinfo +@unnumbered Procedure and Macro Index + +This is an alphabetical list of all the procedures and macros in SLIB. + +@printindex fn + +@ifnotinfo +@node Variable Index, Concept Index, Procedure and Macro Index, Index +@end ifnotinfo +@unnumbered Variable Index + +This is an alphabetical list of all the global variables in SLIB. + +@printindex vr + +@ifnotinfo +@node Concept Index, , Variable Index, Index +@end ifnotinfo +@unnumbered Concept and Feature Index + +@printindex cp + +@ifhtml +@node SLIB, , , Index +@unnumbered SLIB +@noindent +@dfn{SLIB} is a portable library for the programming language +@dfn{Scheme}. It provides a platform independent framework for using +@dfn{packages} of Scheme procedures and syntax. As distributed, SLIB +contains useful packages for all Scheme implementations. Its catalog +can be transparently extended to accomodate packages specific to a site, +implementation, user, or directory. +@end ifhtml + +@contents |