Пакет librep: Информация

    Исходный пакет: librep
    Версия: 0.92.3-alt6
    Собран:  23 ноября 2023 г. 0:10
    Сообщить об ошибке в пакете
    Домашняя страница: http://librep.sourceforge.net/

    Лицензия: GPL
    О пакете: An embeddable LISP environment
    Описание: 
    This is a lightweight LISP environment for UNIX. It contains a LISP
    interpreter, byte-code compiler and virtual machine. Applications may
    use the LISP interpreter as an extension language, or it may be used for
    standalone scripts.
    
    Originally inspired by Emacs Lisp, the language dialect combines many of
    the elisp features while trying to remove some of the main deficiencies,
    with features from Common Lisp and Scheme.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    librep (riscv64)
    librep-debuginfo (riscv64)
    librep-devel (riscv64)
    librep-devel-debuginfo (riscv64)

    Сопровождающий: Ivan A. Melnikov


      1. libncurses-devel
      2. libffi-devel
      3. libgdbm-devel
      4. libgmp-devel
      5. texinfo
      6. libreadline-devel

    Последнее изменение


    22 ноября 2023 г. Ivan A. Melnikov 0.92.3-alt6
    - Assume downwards stack direction for loongarch64 and riscv64
      (fixes FTBFS on those architectures).
    - Don't build on armh (broken now).
    27 октября 2019 г. Michael Shigorin 0.92.3-alt5
    - E2K: fixed build (lcc is __not__ gcc though!).
    - Replaced %_target_platform with %_configure_platform
      to fix e2k build on e2kv4 machine (imz@ knows more).
    - Minor spec cleanup.
    7 февраля 2019 г. Paul Wolneykien 0.92.3-alt4
    - Add "aarch64" to the set of known arches (in order to make the
      stack direction autodetection work).