glfs/general/genlib/guile/guile-desc.xml
Billy O 'Connor 20e6fc82a1 Adding Guile section.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@455 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-12-13 23:18:29 +00:00

30 lines
804 B
XML

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