File: control

package info (click to toggle)
librep 0.17-13
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,648 kB
  • ctags: 2,969
  • sloc: ansic: 32,770; lisp: 12,399; sh: 7,971; makefile: 515; sed: 93
file content (55 lines) | stat: -rw-r--r-- 2,261 bytes parent folder | download
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
Source: librep
Section: interpreters
Priority: optional
Maintainer: Christian Marillat <marillat@debian.org>
Standards-Version: 3.7.2
Build-Depends: texinfo, debhelper (>= 4.0.0), libgmp3-dev (>= 4.1.4-8),
 libgdbm-dev, libreadline-dev | libreadline5-dev, libncurses5-dev, libtool,
 dpatch

Package: librep9
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Suggests: librep-doc
Conflicts: rep (<= 0.17-11)
Replaces: rep (<= 0.17-11)
Description: lisp command interpreter 
 librep 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: librep-dev
Section: libdevel
Architecture: any
Depends: librep9 (= ${Source-Version}), libgmp3-dev
Replaces: librep9 (<= 0.16.1-1)
Description: development libraries and headers for librep
 librep 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: librep-doc
Section: doc
Architecture: all
Conflicts: rep-doc
Replaces: rep-doc
Description: documentation for the lisp command interpreter
 librep 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.