diff options
Diffstat (limited to 'prologue/why.xml')
-rw-r--r-- | prologue/why.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/prologue/why.xml b/prologue/why.xml index 8c6ae0e10..44049c786 100644 --- a/prologue/why.xml +++ b/prologue/why.xml @@ -163,6 +163,14 @@ </listitem> <listitem> + <para>Glib</para> + + <para>This package contains low-level core library functions for things + such as event loops and threading. It is used by one other LFS package, + Pkg-config.</para> + </listitem> + + <listitem> <para>Glibc</para> <para>This package contains the main C library. Linux programs would @@ -329,6 +337,15 @@ </listitem> <listitem> + <para>PCRE</para> + + <para>This package is provides a library that can be used to implement + regular expression pattern matching using the same syntax and semantics + as Perl 5. It is a mandatory dependency of Glib, and can also be used + by Grep.</para> + </listitem> + + <listitem> <para>Perl</para> <para>This package is an interpreter for the runtime language |