mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
692e12c533
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2268 af4574ff-66df-0310-9fd7-8a98e5e911e0
34 lines
1.1 KiB
XML
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>
|
|
|