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

    version	   1.3
    copying-policy {BSD-Style, see 'tcl'-license}
    date           {June 01, 1997}

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

    primary-urls {
        ftp://ftp.westend.com/pub/aku/memchan1.3.tar.gz
        ftp://ftp.westend.com/pub/aku/memchan13.zip
        ftp://ftp.westend.com/pub/aku/memchan1.3.README
        ftp://ftp.westend.com/pub/aku/mchan13b.zip
    }

    secondary-urls {
	ftp://ftp.kisters.de/pub/lang/tcl/ext/memchan1.3.tar.gz
	ftp://ftp.kisters.de/pub/lang/tcl/ext/memchan13.zip
	ftp://ftp.kisters.de/pub/lang/tcl/ext/memchan1.3.readme
        ftp://ftp.kisters.de/pub/lang/tcl/ext/mchan13b.zip
    }

    dependencies {
	tcl 7.6, or 8.0b1, or higher.
	Does not work with 8.0a*
    }
}

