# -*- tcl -*-
extension AutoDOC {
    description {
	An application to convert specially formatted documentation
	embedded into tcl code into a cross-referenced set of
	HTML pages describing this code.
    }

    keywords {
	tcl, inlined documentation, html
    }

    author       {Andreas Kupries <a.kupries@westend.com>}
    maintenance  {Andreas Kupries <a.kupries@westend.com>}

    version	   2.1
    date           {February 15, 1999}
    copying-policy {BSD, see 'Tcl' license too}

    primary-urls {
	http://www.oche.de/%7Eakupries/soft/autodoc/download/autodoc2.1.README
	http://www.oche.de/%7Eakupries/soft/autodoc/download/autodoc2.1.tar.gz
	http://www.oche.de/%7Eakupries/soft/autodoc/download/autodoc2.1.zip
        http://www.oche.de/%7Eakupries/soft/autodoc/index.htm
    }

    development-platform {hopefully irrelevant, pure tcl sources}
    platforms            {all running tcl 8.x}

    dependencies         {Tcl, Pool, cgi, Tix}
}


