Package librep: Information

    Source package: librep
    Version: 0.92.3-alt6
    Build time:  Nov 23, 2023, 10:06 AM
    Report package bug
    License: GPL
    Summary: An embeddable LISP environment
    Description: 
    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.

    List of RPM packages built from this SRPM:
    librep (e2kv6, e2kv5, e2kv4, e2k)
    librep-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    librep-devel (e2kv6, e2kv5, e2kv4, e2k)
    librep-devel-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

    Maintainer: Ivan A. Melnikov


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

    Last changed


    Nov. 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).
    Oct. 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.
    Feb. 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).