File: control

package info (click to toggle)
jimtcl 0.76-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,952 kB
  • ctags: 11,224
  • sloc: ansic: 121,739; tcl: 4,275; sh: 4,174; cpp: 1,671; makefile: 240
file content (55 lines) | stat: -rw-r--r-- 2,239 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: jimtcl
Section: devel
Priority: extra
Maintainer: Didier Raboud <odyx@debian.org>
Build-Depends: debhelper (>= 9),
 autotools-dev,
 dpkg-dev (>= 1.16.1),
 asciidoc
Standards-Version: 3.9.7
Homepage: http://jim.tcl.tk/
Vcs-Git: git://git.debian.org/collab-maint/jimtcl.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/jimtcl.git

Package: jimsh
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: small-footprint implementation of Tcl named Jim
 Jim is an opensource small-footprint implementation of the Tcl programming
 language. It implements a large subset of Tcl and adds new features like
 references with garbage collection, closures, built-in Object Oriented
 Programming system, Functional Programming commands, first-class arrays and
 UTF-8 support. All this with a binary size of about 100-200kB (depending upon
 selected options).
 .
 This package provides the Jim interactive shell.

Package: libjim0.76
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: small-footprint implementation of Tcl - shared library
 Jim is an opensource small-footprint implementation of the Tcl programming
 language. It implements a large subset of Tcl and adds new features like
 references with garbage collection, closures, built-in Object Oriented
 Programming system, Functional Programming commands, first-class arrays and
 UTF-8 support. All this with a binary size of about 100-200kB (depending upon
 selected options).
 .
 This package provides the libjim shared library.

Package: libjim-dev
Architecture: any
Section: libdevel
Depends: libjim0.76 (= ${binary:Version}), ${misc:Depends}
Description: small-footprint implementation of Tcl - development files
 Jim is an opensource small-footprint implementation of the Tcl programming
 language. It implements a large subset of Tcl and adds new features like
 references with garbage collection, closures, built-in Object Oriented
 Programming system, Functional Programming commands, first-class arrays and
 UTF-8 support. All this with a binary size of about 100-200kB (depending upon
 selected options).
 .
 This package provides the libjim development files.