# -*- tcl -*-
extension StockWatcher {
    description {
	Small stock monitoring program. It contains a stock
	ticker, keeps track of the value of a portfolio and displays intraday
	graphs of stocks. It is not a portfolio manager.
    }

    keywords {
	tcl, tk, stock quotes
    }

    author       {Laurent Duperval <lduperval@sprint.ca>}
    maintenance  {Laurent Duperval <lduperval@sprint.ca>}

    version	   1.0.2
    date           {August 31, 2000}
    copying-policy {BSD, see 'Tcl' license too}

    primary-urls {
	http://www.neosoft.com/tcl/ftparchive/sorted/packages-8.0/apps/stockwatcher
    }

    development-platform {hopefully irrelevant, pure tcl/tk sources}
    platforms            {all running tcl 8.3.1}

    dependencies         {BLT, BWidget}
}


