[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[RFR] Description of new memchan package



Hi!

I'm preparing new memchan package for uploading to Debian distribution
and asking someone to review its description.

Current version is the following:
---------------------------------------------------------------------------------------
Package: memchan
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, tcl8.4 | tclsh
Description: Tcl extension, which implements in-memory channels (runtime)
Allows to create I/O channels, which store the data placed into them
in memory, not on disk. Several channel types are implemented: fifo,
null, random and zero channels. Also, C API is provided for creating
custom memory channels.
.
This package contains runtime library to be used in Tcl programs.
.
Homepage: http://memchan.sourceforge.net/

Package: memchan-dev
Section: libdevel
Architecture: any
Depends: memchan (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Tcl extension, which implements in-memory channels
(development files)
Allows to create I/O channels, which store the data placed into them
in memory, not on disk. Several channel types are implemented: fifo,
null, random and zero channels. Also, C API is provided for creating
custom memory channels.
.
This package contains files to be used for development of C-based extensions,
which use memchan library.
.
Homepage: http://memchan.sourceforge.net/
---------------------------------------------------------------------------------------

Best wishes!
--
Sergei Golovan



Reply to: