Sat, 20 Apr 2024 12:53:51 UTC | login

Information for build ocaml-ancient-0.9.0-39.fc29

ID52164
Package Nameocaml-ancient
Version0.9.0
Release39.fc29
Epoch
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 bydavidlt
State complete
Volume DEFAULT
StartedMon, 27 Aug 2018 13:38:59 UTC
CompletedMon, 27 Aug 2018 14:34:03 UTC
Taskbuild (f29-candidate, ocaml-ancient-0.9.0-39.fc29.src.rpm)
Tags
f29
f30
RPMs
src
ocaml-ancient-0.9.0-39.fc29.src.rpm (info) (download)
riscv64
ocaml-ancient-0.9.0-39.fc29.riscv64.rpm (info) (download)
ocaml-ancient-devel-0.9.0-39.fc29.riscv64.rpm (info) (download)
ocaml-ancient-debuginfo-0.9.0-39.fc29.riscv64.rpm (info) (download)
ocaml-ancient-debugsource-0.9.0-39.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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 * Fri Nov 17 2017 Richard W.M. Jones <rjones@redhat.com> - 0.9.0-35 - OCaml 4.06.0 rebuild. * Tue Aug 08 2017 Richard W.M. Jones <rjones@redhat.com> - 0.9.0-34 - OCaml 4.05.0 rebuild. * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue Jun 27 2017 Richard W.M. Jones <rjones@redhat.com> - 0.9.0-31 - OCaml 4.04.2 rebuild. * Sat May 13 2017 Richard W.M. Jones <rjones@redhat.com> - 0.9.0-30 - OCaml 4.04.1 rebuild. * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Nov 07 2016 Richard W.M. Jones <rjones@redhat.com> - 0.9.0-28 - Rebuild for OCaml 4.04.0. - Small fix for OCaml 4.04.0 changes in Hp_val macro.