This file is indexed.

/usr/share/doc/tcl-sugar/README is in tcl-sugar 0.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
Sugar is a macro system for the Tcl programming language, with a design
very similar to Lisp macros. Basically it provides a new 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.

For a quick API description check the API.txt file in this directory.

For more information in a tutorial form check http://mini.net/tcl/sugar

For some example, check the 'example' directory.

Enjoy,
Salvatore Sanfilippo