Source: tcl-sugar
Section: interpreters
Maintainer: Andrej Shadura <andrewsh@debian.org>
Uploaders:
 Debian Tcl/Tk Packagers <pkg-tcltk-devel@lists.alioth.debian.org>,
Build-Depends: debhelper-compat (= 13)
Standards-Version: 3.9.4
Homepage: https://wiki.tcl-lang.org/page/Sugar
Vcs-Browser: https://salsa.debian.org/debian/tcl-sugar
Vcs-Git: https://salsa.debian.org/debian/tcl-sugar.git

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.
