Package librep: Information

    Source package: librep
    Version: 0.92.3-alt2.git20120908
    Build time:  Dec 10, 2012, 06:31 PM
    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 rpms provided by this srpm:
    librep (x86_64, i586)
    librep-debuginfo (x86_64, i586)
    librep-devel (x86_64, i586)
    librep-devel-debuginfo (x86_64, i586)

    Maintainer: Dmitry Derjavin


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

    Last changed


    Dec. 10, 2012 Dmitry Derjavin 0.92.3-alt2.git20120908
    - Fixed version info.
    Aug. 24, 2012 Dmitry Derjavin 0.92.3-alt1.git20120706
    - Merge with upstream git to fix NEWS bugs.
    Aug. 24, 2012 Dmitry Derjavin 0.92.2.1-alt1
    - read_line no longer aborts at 400 characters.