~ubuntu-branches/ubuntu/trusty/librep/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): William Alexander Grant
  • Date: 2006-08-07 15:03:29 UTC
  • Revision ID: james.westby@ubuntu.com-20060807150329-4ihcqcmlg9hc1k61
Tags: 0.17-12ubuntu1
Merge from debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: interpreters
3
3
Priority: optional
4
4
Maintainer: Christian Marillat <marillat@debian.org>
5
 
Standards-Version: 3.6.2
6
 
Build-Depends: texinfo, debhelper (>= 3.4.4), libgmp3-dev (>= 4.1.4-8), libgdbm-dev, libreadline-dev | libreadline5-dev, libncurses5-dev, libtool, dpatch
 
5
Standards-Version: 3.7.2
 
6
Build-Depends: texinfo, debhelper (>= 4.0.0), libgmp3-dev (>= 4.1.4-8),
 
7
 libgdbm-dev, libreadline-dev | libreadline5-dev, libncurses5-dev, libtool,
 
8
 dpatch
7
9
 
8
10
Package: librep9
9
11
Section: libs
10
12
Architecture: any
11
 
Depends: rep (>= 0.17-8), ${shlibs:Depends}
12
 
Replaces: librep2
13
 
Description: an embeddable Emacs-Lisp-like runtime library
14
 
 This is librep, an Emacs Lisp-like runtime library for UNIX. It
15
 
 contains a LISP interpreter, byte-code compiler and virtual machine.
 
13
Depends: ${shlibs:Depends}
 
14
Suggests: librep-doc
 
15
Conflicts: rep (<= 0.17-11)
 
16
Replaces: rep (<= 0.17-11)
 
17
Description: lisp command interpreter 
 
18
 librep is a dialect of Lisp, designed to be used both as an extension
 
19
 language for applications and as a general purpose programming language.
 
20
 .
 
21
 It was originally written to be mostly-compatible with Emacs Lisp, but has
 
22
 subsequently diverged markedly. Its aim is to combine the best features of
 
23
 Scheme and Common Lisp and provide an environment that is comfortable for
 
24
 implementing both small and large scale systems. It tries to be a
 
25
 "pragmatic" programming language.
16
26
 
17
27
Package: librep-dev
18
28
Section: libdevel
19
29
Architecture: any
20
 
Depends: librep9 (= ${Source-Version}), libc6-dev | libc-dev, libgmp3-dev
 
30
Depends: librep9 (= ${Source-Version}), libgmp3-dev
21
31
Replaces: librep9 (<= 0.16.1-1)
22
32
Description: development libraries and headers for librep
23
 
 This contains the required files to develop software using the
24
 
 librep lisp environment.
 
33
 librep is a dialect of Lisp, designed to be used both as an extension
 
34
 language for applications and as a general purpose programming language.
 
35
 .
 
36
 It was originally written to be mostly-compatible with Emacs Lisp, but has
 
37
 subsequently diverged markedly. Its aim is to combine the best features of
 
38
 Scheme and Common Lisp and provide an environment that is comfortable for
 
39
 implementing both small and large scale systems. It tries to be a
 
40
 "pragmatic" programming language.
25
41
 
26
 
Package: rep-doc
 
42
Package: librep-doc
27
43
Section: doc
28
44
Architecture: all
29
 
Description: documentation for the librep lisp interpreter
30
 
 Info-format documentation for the lisp interpreter implemented by
31
 
 the librep library
32
 
 
33
 
Package: rep
34
 
Section: interpreters
35
 
Architecture: any
36
 
Depends: librep9 (>= 0.17-8)
37
 
Suggests: rep-doc
38
 
Description: lisp command interpreter frontends to librep
39
 
 This package contains the command-line frontends to the librep
40
 
 lisp interpreter.
 
45
Conflicts: rep-doc
 
46
Replaces: rep-doc
 
47
Description: documentation for the lisp command interpreter
 
48
 librep is a dialect of Lisp, designed to be used both as an extension
 
49
 language for applications and as a general purpose programming language.
 
50
 .
 
51
 It was originally written to be mostly-compatible with Emacs Lisp, but has
 
52
 subsequently diverged markedly. Its aim is to combine the best features of
 
53
 Scheme and Common Lisp and provide an environment that is comfortable for
 
54
 implementing both small and large scale systems. It tries to be a
 
55
 "pragmatic" programming language.