File: control

package info (click to toggle)
critcl 3.1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 8,608 kB
  • sloc: ansic: 54,882; tcl: 13,717; sh: 4,213; asm: 3,058; pascal: 2,758; ada: 1,681; cpp: 1,001; cs: 879; makefile: 310; perl: 104; xml: 95; f90: 10
file content (20 lines) | stat: -rw-r--r-- 805 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: critcl
Section: interpreters
Priority: optional
Maintainer: Andrew Shadura <andrewsh@debian.org>
Build-Depends: debhelper (>= 9), tcl-dev, tcllib (>= 1.13)
Standards-Version: 3.9.4
Homepage: http://andreas-kupries.github.com/critcl/
Vcs-Hg: http://anonscm.debian.org/hg/collab-maint/critcl
Vcs-Browser: http://anonscm.debian.org/hg/collab-maint/critcl/summary

Package: critcl
Architecture: all
Depends:
    ${tcl:Depends}, ${misc:Depends}, tcllib, gcc, build-essential,
    tcl-dev | tcl8.4-dev | tcl8.5-dev | tcl8.6-dev
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.