X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=project%2Fvblib%2FListItem.pm;h=ecd9c61286b80026609e897cfd537774d7ca5e65;hb=58a65ae666efb9e3a1850415de7519353565e066;hp=05617b162bc6610e95209771196f8b6f2655ce61;hpb=65febd1ce4a2c8be812a556a5a2f4ad9cfbf4d1e;p=www.jankratochvil.net.git diff --git a/project/vblib/ListItem.pm b/project/vblib/ListItem.pm index 05617b1..ecd9c61 100755 --- a/project/vblib/ListItem.pm +++ b/project/vblib/ListItem.pm @@ -29,19 +29,21 @@ use My::Web; our @ListItem=( - "name"=>"Variable Buffers Library", + "name"=>"vblib", + "platform"=>"unixdevel", "priority"=>4, "download"=>"vblib-1.0.0.tar.gz", - "summary"=>"Streams library", + "summary"=>"High performance memory streams library", "license"=>"PD", "maintenance"=>"ready", "language"=>"C", - "sponsorship"=>"Princip, a.s.", - "description"=>"" - .'

Enables application to easily do input/output functions (like' - .' read/write, printf etc.) with memory streams while using performance effective' - .' functions. Simple buffer copying/moving would be possible but it would case a' - .' major performance hit if not using algorithms implemented in this library.

' + "sponsorship"=>"Geoinvest", + "description"=><<"HERE", +

Enables application to easily do input/output functions (like +read/write, printf etc.) with memory streams while using performance effective +functions. Simple buffer copying/moving would be possible but it would case a +major performance hit if not using algorithms implemented in this library.

+HERE ); 1;