Fri, 29 Mar 2024 05:37:33 UTC | login

Information for build ocaml-ancient-0.9.0-47.fc32

ID132442
Package Nameocaml-ancient
Version0.9.0
Release47.fc32
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-ancient.git#ca94216dc890c95fa2cc9b0630c5f1121f20aada
SummaryOCaml library for large memory structures and sharing
DescriptionAncient is an OCaml module that allows you to use in-memory data structures which are larger than available memory and so are kept in swap. If you try this in normal OCaml code, you'll find that the machine quickly descends into thrashing as the garbage collector repeatedly iterates over swapped memory structures. This module lets you break that limitation. Of course the module doesn't work by magic. If your program tries to access these large structures, they still need to be swapped back in, but it is suitable for large, sparsely accessed structures. Secondly, this module allows you to share those structures between processes. In this mode, the structures are backed by a disk file, and any process that has read/write access to that disk file can map that file in and see the structures. Developers should read the README.txt file included with the ocaml-ancient-devel package carefully.
Built byrjones
State complete
Volume DEFAULT
StartedThu, 09 Jan 2020 14:21:15 UTC
CompletedThu, 09 Jan 2020 14:39:56 UTC
Taskbuild (f32-ocaml, /rpms/ocaml-ancient.git:ca94216dc890c95fa2cc9b0630c5f1121f20aada)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-ancient.git#ca94216dc890c95fa2cc9b0630c5f1121f20aada'}}
Tags No tags
RPMs
src
ocaml-ancient-0.9.0-47.fc32.src.rpm (info) (download)
riscv64
ocaml-ancient-0.9.0-47.fc32.riscv64.rpm (info) (download)
ocaml-ancient-devel-0.9.0-47.fc32.riscv64.rpm (info) (download)
ocaml-ancient-debuginfo-0.9.0-47.fc32.riscv64.rpm (info) (download)
ocaml-ancient-debugsource-0.9.0-47.fc32.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Jan 09 2020 Richard W.M. Jones <rjones@redhat.com> - 0.9.0-47 - OCaml 4.09.0 for riscv64 * Fri Dec 06 2019 Richard W.M. Jones <rjones@redhat.com> - 0.9.0-46 - OCaml 4.09.0 (final) rebuild. * Fri Aug 16 2019 Richard W.M. Jones <rjones@redhat.com> - 0.9.0-45 - OCaml 4.08.1 (final) rebuild. * Wed Jul 31 2019 Richard W.M. Jones <rjones@redhat.com> - 0.9.0-44 - OCaml 4.08.1 (rc2) rebuild. * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-43 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jun 27 2019 Richard W.M. Jones <rjones@redhat.com> - 0.9.0-42 - OCaml 4.08.0 (final) rebuild. * Mon Apr 29 2019 Richard W.M. Jones <rjones@redhat.com> - 0.9.0-41 - OCaml 4.08.0 (beta 3) rebuild. * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-40 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-39 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Jul 11 2018 Richard W.M. Jones <rjones@redhat.com> - 0.9.0-38 - OCaml 4.07.0 (final) rebuild. * Wed Jun 20 2018 Richard W.M. Jones <rjones@redhat.com> - 0.9.0-37 - OCaml 4.07.0-rc1 rebuild. * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-36 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild