Changeset b0aabe0 for prologue


Ignore:
Timestamp:
09/23/2017 10:22:37 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
6699f0f
Parents:
8da63ab
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prologue/why.xml

    r8da63ab rb0aabe0  
    328328
    329329      <listitem>
     330        <para>Libffi</para>
     331
     332        <para>This package implements a portable, high level programming
     333        interface to various calling conventions.  Some programs may not know
     334        at the time of compilation what arguments are to be passed to a
     335        function. For instance, an interpreter may be told at run-time about
     336        the number and types of arguments used to call a given function. Libffi
     337        can be used in such programs to provide a bridge from the interpreter
     338        program to compiled code.</para>
     339
     340      </listitem>
     341
     342      <listitem>
    330343        <para>Libpipeline</para>
    331344
     
    382395
    383396      <listitem>
     397        <para>Meson</para>
     398
     399        <para>This package provides a software tool for automating the building
     400        of software. The main goal for Meson is to minimize the amount of time
     401        that software developers need to spend configuring their build
     402        system.</para>
     403
     404      </listitem>
     405
     406      <listitem>
    384407        <para>MPC</para>
    385408
     
    393416        <para>This package contains functions for multiple precision
    394417        arithmetic.  It is required by Gcc.</para>
     418      </listitem>
     419
     420      <listitem>
     421        <para>Ninja</para>
     422
     423        <para>This package contains a small build system with a focus on speed.
     424        It is designed to have its input files generated by a higher-level build
     425        system, and to run builds as fast as possible.</para>
     426
    395427      </listitem>
    396428
     
    445477
    446478      <listitem>
     479        <para>Python 3</para>
     480
     481        <para>This package provides an interpreted language that has a design
     482        philosophy that emphasizes code readability.</para>
     483
     484      </listitem>
     485
     486      <listitem>
    447487        <para>Readline</para>
    448488
Note: See TracChangeset for help on using the changeset viewer.