From b0aabe01adf7a1d17e885fcce9b6a7b1d4cf2700 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 23 Sep 2017 22:22:37 +0000 Subject: Add Meson-0.42.1. Add Ninja-1.8.2. Add Python-3.6.2. Add libffi-3.2.1. Update to eudev-3.2.4. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11303 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- prologue/why.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'prologue') diff --git a/prologue/why.xml b/prologue/why.xml index 761cf138d..b85281842 100644 --- a/prologue/why.xml +++ b/prologue/why.xml @@ -326,6 +326,19 @@ + + Libffi + + This package implements a portable, high level programming + interface to various calling conventions. Some programs may not know + at the time of compilation what arguments are to be passed to a + function. For instance, an interpreter may be told at run-time about + the number and types of arguments used to call a given function. Libffi + can be used in such programs to provide a bridge from the interpreter + program to compiled code. + + + Libpipeline @@ -380,6 +393,16 @@ Linux man pages. + + Meson + + This package provides a software tool for automating the building + of software. The main goal for Meson is to minimize the amount of time + that software developers need to spend configuring their build + system. + + + MPC @@ -394,6 +417,15 @@ arithmetic. It is required by Gcc. + + Ninja + + This package contains a small build system with a focus on speed. + It is designed to have its input files generated by a higher-level build + system, and to run builds as fast as possible. + + + Ncurses @@ -443,6 +475,14 @@ administration. + + Python 3 + + This package provides an interpreted language that has a design + philosophy that emphasizes code readability. + + + Readline -- cgit v1.2.3-54-g00ecf