File: control

package info (click to toggle)
critcl 3.1.18.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 10,568 kB
  • sloc: ansic: 55,040; tcl: 16,506; sh: 7,077; pascal: 3,272; asm: 3,058; ada: 1,681; cpp: 1,001; cs: 879; makefile: 327; perl: 104; xml: 95; f90: 10
file content (30 lines) | stat: -rw-r--r-- 878 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
Source: critcl
Section: interpreters
Priority: optional
Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel@lists.alioth.debian.org>
Uploaders:
 Andrej Shadura <andrewsh@debian.org>
Build-Depends:
 debhelper-compat (= 12),
 tcl-dev,
 tcllib (>= 1.13)
Standards-Version: 4.5.0
Homepage: https://andreas-kupries.github.com/critcl/
Vcs-Git: https://salsa.debian.org/tcltk-team/critcl.git
Vcs-Browser: https://salsa.debian.org/tcltk-team/critcl

Package: critcl
Architecture: any
Depends:
 build-essential,
 gcc,
 tcl-dev | tcl8.6-dev | tcl8.5-dev | tcl8.7-dev,
 tcllib,
 ${misc:Depends},
 ${tcl:Depends}
Recommends:
 tcl-trf
Description: compiled runtime in Tcl
 Critcl takes a snippet of C, generates Tcl interface, sends it to the
 compiler, and then dynamically links the code. Checksums are used to only
 recompile when needed, so the build overhead really applies only once.