Package librep: Information

    Source package: librep
    Version: 0.92.7-alt1
    Latest version according to Repology
    Build time:  Dec 12, 2024, 12:09 AM in the task #364773
    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 (x86_64, ppc64le, i586, aarch64)
    librep-debuginfo (x86_64, ppc64le, i586, aarch64)
    librep-devel (x86_64, ppc64le, i586, aarch64)
    librep-devel-debuginfo (x86_64, ppc64le, i586, aarch64)

    Maintainer: Paul Wolneykien



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

    Last changed


    Dec. 11, 2024 Paul Wolneykien 0.92.7-alt1
    - New version 0.92.7.
    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.