glfs/general/genlib/guile/guile-desc.xml
Larry Lawrence 692e12c533 cleanup
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2268 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-06-04 23:51:46 +00:00

34 lines
1.1 KiB
XML

<sect2>
<title>Contents</title>
<para>In addition to the <filename>libguile</filename> libraries, the
<application>Guile</application> package contains
<command>guile</command>,
<command>guile-config</command> and
<command>guile-snarf</command>.
</para>
</sect2>
<sect2><title>Description</title>
<sect3><title>guile</title>
<para><command>guile</command> is a stand-alone Scheme interpreter for
<application>Guile</application>.</para></sect3>
<sect3><title>guile-config</title>
<para><command>guile-config</command> is a <application>Guile</application>
script which provides the information necessary to link your programs against
the <application>Guile</application> library, in much the same way <xref
linkend="pkgconfig"></xref> does.</para></sect3>
<sect3><title>guile-snarf</title>
<para><command>guile-snarf</command> is a script to parse declarations in
your <application>C</application> code for <application>Scheme</application>
visible <application>C</application> functions, <application>Scheme
</application> objects to be used by <application>C</application> code,
etc.</para></sect3>
</sect2>