Thu, 19 Sep 2024 05:10:47 UTC | login

Information for build gap-pkg-io-4.9.0-1.fc41

ID339381
Package Namegap-pkg-io
Version4.9.0
Release1.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/gap-pkg-io.git#6ff6aa7a0db080b6c36fba263351b2f7ca036032
SummaryUnix I/O functionality for GAP
DescriptionThis GAP package provides a link to the standard UNIX I/O functionality that is available through the C library. This part basically consists of functions on the GAP level that allow functions in the C library to be called. Built on top of this is a layer for buffered input/output which is implemented completely in the GAP language. It is intended to be used by programs for which it is not necessary to have full direct access to the operating system. On this level, quite a few convenience functions are implemented for interprocess communication like starting up pipelines of processes to filter data through them and to start up processes and then communicate with them. There is also support for creating network connections over TCP/IP and UDP. Building on this, the package contains an implementation of the client side of the HTTP protocol making it possible among other things to access web pages from within GAP. Another part of the package is a framework for object serialization. That is, GAP objects can be converted into a platform-independent byte sequence which can be stored to a file or sent over the network. The code takes complete care of arbitrarily self-referential data structures like lists containing themselves as an entry. The resulting byte strings can be read back into GAP and the original objects are rebuilt with exactly the same self-references. This works for most of the standard builtin types of GAP like numbers, permutations, polynomials, lists, and records and can be extended to nearly arbitrary GAP objects.
git:https://github.com/gap-packages/io.git
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 17 Sep 2024 08:06:30 UTC
CompletedTue, 17 Sep 2024 09:15:41 UTC
Taskbuild (f41, /rpms/gap-pkg-io.git:6ff6aa7a0db080b6c36fba263351b2f7ca036032)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/gap-pkg-io.git#6ff6aa7a0db080b6c36fba263351b2f7ca036032'}}
Tags
f41
RPMs
src
gap-pkg-io-4.9.0-1.fc41.src.rpm (info) (download)
noarch
gap-pkg-io-doc-4.9.0-1.fc41.noarch.rpm (info) (download)
riscv64
gap-pkg-io-4.9.0-1.fc41.riscv64.rpm (info) (download)
gap-pkg-io-debuginfo-4.9.0-1.fc41.riscv64.rpm (info) (download)
gap-pkg-io-debugsource-4.9.0-1.fc41.riscv64.rpm (info) (download)
Logs
riscv64
state.log
root.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Sat Sep 07 2024 Jerry James <loganjerry@gmail.com> 4.9.0-1 - Version 4.9.0 * Mon Jul 29 2024 Jerry James <loganjerry@gmail.com> 4.8.3-1 - Version 4.8.3 * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> 4.8.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Tue Jul 16 2024 Jerry James <loganjerry@gmail.com> 4.8.2-6 - Fix the VCS field * Fri Mar 15 2024 Jerry James <loganjerry@gmail.com> 4.8.2-5 - Rebuild for gap 4.13.0 * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Oct 17 2023 Jerry James <loganjerry@gmail.com> - 4.8.2-1 - Version 4.8.2 * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Feb 03 2023 Jerry James <loganjerry@gmail.com> - 4.8.1-1 - Version 4.8.1 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.8.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jan 12 2023 Jerry James <loganjerry@gmail.com> - 4.8.0-2 - Update for split GAP directories * Thu Nov 10 2022 Jerry James <loganjerry@gmail.com> - 4.8.0-1 - Version 4.8.0 - Use upstream's method of bootstrapping - Clarify license of the doc subpackage * Mon Sep 26 2022 Jerry James <loganjerry@gmail.com> - 4.7.3-1 - Version 4.7.3 - Update for gap 4.12.0