
# One line per tool, and per input format for which the tool is available.
# Each line constituted of:
#
# mount
# name	
#	plugin identifier
#	if desc.tcl is provided
#	then must be the name of the namespace declared in desc.tcl
#	else must be the name of the executable
# label 
#	entry label in tool menu
# input_format
#	input format, one of .ndr, .net, .adr, .aut
# output_format
#	arbitrary, but textual
# desc.tcl
#	optional
#	tcl file specifying the control panel and the command line
#	if no controls are necessary and the tool operates as a filter
#	then the file may be omitted. The executable name is then
#	taken then as the above name.


# .ndr tools
mount Deborah {decomposition by Deborah} .ndr .txt deborah.tcl

# .net tools
mount Deborah {decomposition by Deborah} .net .txt deborah.tcl
