librep-0.16.2

Introduction to librep

The librep package contains a Lisp system. This is useful for scripting or for applications that may use the Lisp interpreter as an extension language.

Package information

Installation of librep

Install librep by running the following commands:

./configure --prefix=/usr --libexec=/usr/lib --mandir=/usr/share/man \
--infodir=/usr/share/info &&
make &&
make install

Command explanations

--libexec=/usr/lib: This command installs files to /usr/lib/rep instead of /user/libexec/rep.

Contents

The librep package contains rep and librep libraries.

Description

rep

rep is the Lisp interpreter.

librep libraries

librep libraries contain the functions necessary for the Lisp interpreter.