1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: librep
Section: interpreters
Priority: optional
Maintainer: Christian Marillat <marillat@debian.org>
Standards-Version: 3.5.6.0
Build-Depends-Indep: debhelper (>> 3.0.0)
Build-Depends: docbook-utils, autotools-dev (>= 20010601.1), texinfo,
debhelper (>> 3.0.0), libgmp3-dev, libgdbmg1-dev, libreadline4-dev,
libncurses5-dev
Package: librep9
Section: libs
Architecture: any
Depends: rep (>= 0.15.1), ${shlibs:Depends}
Replaces: librep2
Description: an embeddable Emacs-Lisp-like runtime library
This is librep, an Emacs Lisp-like runtime library for UNIX. It
contains a LISP interpreter, byte-code compiler and virtual machine.
Package: librep-dev
Section: devel
Architecture: any
Depends: librep9 (>= 0.15.1), libc6-dev
Description: development libraries and headers for librep
This contains the required files to develop software using the
librep lisp environment.
Package: rep-doc
Section: interpreters
Architecture: all
Description: documentation for the librep lisp interpreter
Info-format documentation for the lisp interpreter implemented by
the librep library
Package: rep
Section: interpreters
Architecture: any
Depends: librep9 (>= 0.15.1)
Suggests: rep-doc
Description: lisp command interpreter frontends to librep
This package contains the command-line frontends to the librep
lisp interpreter.
|