File: control

package info (click to toggle)
tcl-sugar 0.1-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 176 kB
  • ctags: 29
  • sloc: tcl: 647; sh: 13; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 625 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: tcl-sugar
Section: interpreters
Priority: extra
Maintainer: Andrew Shadura <andrewsh@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.4
Homepage: http://wiki.tcl.tk/11155

Package: tcl-sugar
Architecture: all
Depends: tcl (>= 8.4), ${misc:Depends}
Description: Lisp-like macro system for Tcl
 Sugar is a macro system for the Tcl programming language, with a design
 very similar to Lisp macros. It provides a way to create Tcl procedures
 using the [sugar::proc] command instead of the normal Tcl [proc] command,
 and a way to define macros that are expanded inline when the procedure is
 created.