# -*- tcl -*-
extension memchan {
    author       {Andreas Kupries (a.kupries@westend.com)}
    maintenance  {Andreas Kupries (a.kupries@westend.com)}

    version	   1.6
    copying-policy {BSD-Style, see 'tcl'-license}
    date           {December 20, 1998}

    comment {
	Implements memory channels, i.e. channels
	storing their contents in memory, not on disk.
    }

    primary-urls {
	http://www.oche.de/~akupries/soft/memchan/memchan1.6.tar.gz
	http://www.oche.de/~akupries/soft/memchan/memchan16.zip
	http://www.oche.de/~akupries/soft/memchan/memchan1.6.README
	http://www.oche.de/~akupries/soft/memchan/mchan16b.zip
    }

    dependencies {
	tcl 7.6 or 8.0. Does not work with 8.0(ab)*
	Works with tcl 8.1a2 and 8.1b1, but don't leave channels open
	before exit.
    }
}

