Wed, 05 Jun 2024 23:49:33 UTC | login

Information for build ocaml-ocplib-endian-1.2-11.fc40

ID266234
Package Nameocaml-ocplib-endian
Version1.2
Release11.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-ocplib-endian.git#90d8419cf8bbf7a373e2e9b058f63295ac0b67ab
SummaryFunctions to read/write int16/32/64 from strings, bigarrays
DescriptionOptimized functions to read and write int16/32/64 from strings, bytes and bigarrays, based on primitives added in version 4.01. The library implements three modules: - EndianString works directly on strings, and provides submodules BigEndian and LittleEndian, with their unsafe counterparts; - EndianBytes works directly on bytes, and provides submodules BigEndian and LittleEndian, with their unsafe counterparts; - EndianBigstring works on bigstrings (Bigarrays of chars), and provides submodules BigEndian and LittleEndian, with their unsafe counterparts.
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 12 Nov 2023 15:20:40 UTC
CompletedSun, 12 Nov 2023 15:55:15 UTC
Taskbuild (f40, /rpms/ocaml-ocplib-endian.git:90d8419cf8bbf7a373e2e9b058f63295ac0b67ab)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-ocplib-endian.git#90d8419cf8bbf7a373e2e9b058f63295ac0b67ab'}}
Tags
f40
RPMs
src
ocaml-ocplib-endian-1.2-11.fc40.src.rpm (info) (download)
riscv64
ocaml-ocplib-endian-1.2-11.fc40.riscv64.rpm (info) (download)
ocaml-ocplib-endian-devel-1.2-11.fc40.riscv64.rpm (info) (download)
ocaml-ocplib-endian-debuginfo-1.2-11.fc40.riscv64.rpm (info) (download)
ocaml-ocplib-endian-debugsource-1.2-11.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Thu Oct 05 2023 Richard W.M. Jones <rjones@redhat.com> - 1.2-11 - OCaml 5.1 rebuild for Fedora 40 * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 11 2023 Richard W.M. Jones <rjones@redhat.com> - 1.2-9 - OCaml 5.0 rebuild for Fedora 39 * Mon Jul 10 2023 Jerry James <loganjerry@gmail.com> - 1.2-8 - OCaml 5.0.0 rebuild - Convert License tag to SPDX - Use new dune macros * Tue Jan 24 2023 Richard W.M. Jones <rjones@redhat.com> - 1.2-7 - Rebuild OCaml packages for F38 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Jun 18 2022 Richard W.M. Jones <rjones@redhat.com> - 1.2-4 - OCaml 4.14.0 rebuild * Fri Feb 04 2022 Richard W.M. Jones <rjones@redhat.com> - 1.2-3 - OCaml 4.13.1 rebuild to remove package notes * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Dec 10 2021 Jerry James <loganjerry@gmail.com> - 1.2-1 - Version 1.2 - Build in release mode so that inlining works - Reenable the tests