Sun, 05 May 2024 16:31:24 UTC | login

Information for build ocaml-ancient-0.9.0-67.fc38

ID232744
Package Nameocaml-ancient
Version0.9.0
Release67.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-ancient.git#55a89b9cacdf4a879a336a3af2f3fdb3625d5a4d
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
StartedSat, 25 Feb 2023 09:18:58 UTC
CompletedSat, 25 Feb 2023 09:32:24 UTC
Taskbuild (f38, /rpms/ocaml-ancient.git:55a89b9cacdf4a879a336a3af2f3fdb3625d5a4d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-ancient.git#55a89b9cacdf4a879a336a3af2f3fdb3625d5a4d'}}
Tags
f38
f39
f40
RPMs
src
ocaml-ancient-0.9.0-67.fc38.src.rpm (info) (download)
riscv64
ocaml-ancient-0.9.0-67.fc38.riscv64.rpm (info) (download)
ocaml-ancient-devel-0.9.0-67.fc38.riscv64.rpm (info) (download)
ocaml-ancient-debuginfo-0.9.0-67.fc38.riscv64.rpm (info) (download)
ocaml-ancient-debugsource-0.9.0-67.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Mon Jan 23 2023 Richard W.M. Jones <rjones@redhat.com> - 0.9.0-67 - Rebuild OCaml packages for F38 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-66 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-65 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Jun 18 2022 Richard W.M. Jones <rjones@redhat.com> - 0.9.0-64 - OCaml 4.14.0 rebuild * Fri Feb 04 2022 Richard W.M. Jones <rjones@redhat.com> - 0.9.0-63 - OCaml 4.13.1 rebuild to remove package notes * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-62 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Mon Oct 04 2021 Richard W.M. Jones <rjones@redhat.com> - 0.9.0-61 - OCaml 4.13.1 build * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-60 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon Mar 01 2021 Richard W.M. Jones <rjones@redhat.com> - 0.9.0-59 - OCaml 4.12.0 build * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-58 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild