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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
Source: librep
Section: lisp
Priority: optional
Maintainer: Luis Rodrigo Gallardo Cruz <rodrigo@debian.org>
Standards-Version: 3.8.3
Build-Depends: texinfo (>= 4.11-2), debhelper (>= 7), libgmp-dev,
libgdbm-dev, libreadline-dev, libncurses5-dev, libtool,
dpatch, autotools-dev, pkg-config, libffi-dev
Homepage: http://librep.sourceforge.net/
Vcs-Browser: http://git.debian.org/?p=collab-maint/librep.git
Vcs-Git: git://git.debian.org/git/collab-maint/librep.git
Package: rep
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: rep-doc
Conflicts: librep9 (<= 0.17.3-3)
Replaces: librep9 (<= 0.17.3-3)
Description: lisp command interpreter
rep is a dialect of Lisp, designed to be used both as an extension
language for applications and as a general purpose programming language.
.
It was originally written to be mostly-compatible with Emacs Lisp, but has
subsequently diverged markedly. Its aim is to combine the best features of
Scheme and Common Lisp and provide an environment that is comfortable for
implementing both small and large scale systems. It tries to be a
"pragmatic" programming language.
Package: librep9
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: embeded lisp command interpreter library
rep is a dialect of Lisp, designed to be used both as an extension
language for applications and as a general purpose programming language.
.
It was originally written to be mostly-compatible with Emacs Lisp, but has
subsequently diverged markedly. Its aim is to combine the best features of
Scheme and Common Lisp and provide an environment that is comfortable for
implementing both small and large scale systems. It tries to be a
"pragmatic" programming language.
.
This package contains the shared library for applications that embed
the rep interpreter. You should not need to install this package manually.
Package: librep-dev
Section: libdevel
Architecture: any
Depends: librep9 (= ${binary:Version}), libgmp-dev, ${shlibs:Depends},
${misc:Depends}
Recommends: rep-doc
Description: development libraries and headers for librep
rep is a dialect of Lisp, designed to be used both as an extension
language for applications and as a general purpose programming language.
.
It was originally written to be mostly-compatible with Emacs Lisp, but has
subsequently diverged markedly. Its aim is to combine the best features of
Scheme and Common Lisp and provide an environment that is comfortable for
implementing both small and large scale systems. It tries to be a
"pragmatic" programming language.
.
This package contains the files needed to embed the rep interpreter in an
application.
Package: librep-dbg
Section: debug
Priority: extra
Architecture: any
Depends: librep9 (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
Recommends: rep (>= ${source:Version})
Suggests: librep-dev, rep-doc, libncurses5-dbg, libreadline5-dbg
Description: debug symbols for librep
rep is a dialect of Lisp, designed to be used both as an extension
language for applications and as a general purpose programming language.
.
This package contains the debug symbols for the interpreter and the embeded
library. They are only required for debugging.
Package: rep-doc
Section: doc
Architecture: all
Depends: info | info-browser, ${misc:Depends}
Conflicts: librep-doc
Replaces: librep-doc
Provides: librep-doc
Description: documentation for the lisp command interpreter
rep is a dialect of Lisp, designed to be used both as an extension
language for applications and as a general purpose programming language.
.
It was originally written to be mostly-compatible with Emacs Lisp, but has
subsequently diverged markedly. Its aim is to combine the best features of
Scheme and Common Lisp and provide an environment that is comfortable for
implementing both small and large scale systems. It tries to be a
"pragmatic" programming language.
.
This package contains the language documentation in info format.
|