Source: critcl Section: interpreters Priority: optional Maintainer: Andrew Shadura Build-Depends: debhelper (>= 9), tcl-dev, tcllib (>= 1.13) Standards-Version: 3.9.4 Homepage: http://andreas-kupries.github.com/critcl/ Vcs-Git: https://salsa.debian.org/debian/critcl Vcs-Browser: https://salsa.debian.org/debian/critcl 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.