Package librep: Information
Source package: librep
Version: 0.92.7-alt1
Build time: Dec 12, 2024, 12:09 AM in the task #364773
Category: Development/Other
Report package bugHome page: https://sawfish.fandom.com/wiki/Main_Page
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)
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
List of contributors:
Paul Wolneykien
Ivan A. Melnikov
Michael Shigorin
Igor Vlasenko
Dmitry Derjavin
Sir Raorn
Alexey Voinov
qa-robot
Ott Alex
aen
Yuri N. Sedunov
kt
Mikhail Zabaluev
Dmitry V. Levin
Paul Wolneykien
Ivan A. Melnikov
Michael Shigorin
Igor Vlasenko
Dmitry Derjavin
Sir Raorn
Alexey Voinov
qa-robot
Ott Alex
aen
Yuri N. Sedunov
kt
Mikhail Zabaluev
Dmitry V. Levin
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.