librep-0.17

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

librep dependencies

Required

GDBM-1.8.3

Optional

GMP-4.1.3, and readline-4.3

Installation of librep

Install librep by running the following commands:

./configure --prefix=/usr --libexecdir=/usr/lib &&
make &&
make install

Command explanations

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

Contents

The librep package contains rep, rep-config, rep-remote, rep-xgettext, repdoc and librep libraries.

Description

rep

rep is the Lisp interpreter.

librep libraries

librep libraries contain the functions necessary for the Lisp interpreter.