%general-entities; ]> $LastChangedBy$ $Date$ librep-&librep-version; Introduction to <application>librep</application> 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 Download (HTTP): Download (FTP): Download size: &librep-size; Estimated disk space required: &librep-buildsize; Estimated build time: &librep-time; <application>librep</application> dependencies Required Optional and (build Java so that libffi is built) Installation of <application>librep</application> Install librep by running the following commands: ./configure --prefix=/usr --libexecdir=/usr/lib && make && make install Command explanations --libexecdir=/usr/lib: This parameter 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.