File: control

package info (click to toggle)
elk 3.99.8-4.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 5,104 kB
  • sloc: ansic: 22,343; lisp: 6,208; makefile: 769; sh: 171; awk: 154; cpp: 92
file content (62 lines) | stat: -rw-r--r-- 2,477 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
56
57
58
59
60
61
62
Source: elk
Section: devel
Priority: optional
Maintainer: Sam Hocevar <sho@debian.org>
Build-Depends: debhelper (>= 9.0), dh-autoreconf, groff, libelf-dev, libx11-dev, libxext-dev, libxmu-dev, libxt-dev, libice-dev, libsm-dev, libmotif-dev, libgdbm-dev, libxaw7-dev
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/debian/elk
Vcs-Git: https://salsa.debian.org/debian/elk.git
Homepage: http://sam.zoy.org/elk/

Package: elk
Architecture: any
Section: interpreters
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: pact (<= 980714-1)
Description: scheme interpreter
 Elk is an implementation of the Scheme programming language, designed
 specifically as an embeddable, reusable extension language subsystem for
 applications written in C or C++.
 .
 This package contains the Elk Scheme interpreter, as well as several plugins
 shipped with Elk. They provide hooks for Unix system calls, the X Window
 System, as well as the X Athena Widgets and the Motif toolkits. Example
 scripts on how to use these plugins are provided in the elkdoc package.

Package: libelk0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: elk (<< 3.99-1)
Replaces: elk (<< 3.99-1)
Description: implementation of Scheme (the Extension Language Kit)
 Elk is an implementation of the Scheme programming language, designed
 specifically as an embeddable, reusable extension language subsystem for
 applications written in C or C++.
 .
 This package contains the libelk0 runtime library.

Package: libelk0-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}, libelf-dev, libx11-dev, libxext-dev, libxmu-dev, libxt-dev, libice-dev, libsm-dev, libelk0 (= ${binary:Version})
Conflicts: elk (<< 3.99-1)
Replaces: elk (<< 3.99-1)
Description: development files for libelk0
 Elk is an implementation of the Scheme programming language, designed
 specifically as an embeddable, reusable extension language subsystem for
 applications written in C or C++.
 .
 This package contains the header files and static library needed to compile
 applications that use libelk0.

Package: elkdoc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: documentation for the Extension Language Kit
 Elk is an implementation of the Scheme programming language, designed
 specifically as an embeddable, reusable extension language subsystem for
 applications written in C or C++.
 .
 This package contains the Elk documentation.