libio-string-perl 1.08-ok2 source package in openKylin

Changelog

libio-string-perl (1.08-ok2) yangtze; urgency=medium

  * Modify debian/control.

 -- denghao <email address hidden>  Fri, 16 Sep 2022 10:40:41 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl
Huanghe V3.0 release main perl
Nile V2.0 proposed main perl
Nile V2.0 release main perl
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libio-string-perl_1.08.orig.tar.gz 7.3 KiB 2a3f4ad8442d9070780e58ef43722d19d1ee21a803bf7c8206877a10482de5a0
libio-string-perl_1.08-ok2.debian.tar.xz 1.8 KiB b8f12209666b5453df0b766b49be5532371c6d19e4a925c0eeb2833a8de5ca44
libio-string-perl_1.08-ok2.dsc 1.7 KiB 79b172beb4c3563f68c05b21586b87f752475d4308abae921bbde3f882754eb3

Available diffs

View changes file

Binary packages built by this source

libio-string-perl: Emulate IO::File interface for in-core strings

 The IO::String module provide the IO::File interface for in-core
 strings. An IO::String object can be attached to a string, and
 will make it possible to use the normal file operations for reading or
 writing data, as well as seeking to various locations of the string.
 The main reason you might want to do this, is if you have some other
 library module that only provide an interface to file handles, and you
 want to keep all the stuff in memory.
 .
 The IO::String module provide an interface compatible with
 IO::File as distributed with IO-1.20, but the following methods
 are not available; new_from_fd, fdopen, format_write,
 format_page_number, format_lines_per_page, format_lines_left,
 format_name, format_top_name.