Sat, 27 Apr 2024 10:56:36 UTC | login

Information for build ocaml-stdint-0.7.2-1.fc37

ID221400
Package Nameocaml-stdint
Version0.7.2
Release1.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-stdint.git#84804573b3a6f9672234e6c4eea27d51f23fbf5c
SummaryVarious signed and unsigned integers for OCaml
DescriptionThe stdint library provides signed and unsigned integer types of various fixed widths: 8, 16, 24, 32, 40, 48, 56, 64 and 128 bits. This interface is similar to Int32 and Int64 from the base library but provides more functions and constants like arithmetic and bit-wise operations, constants like maximum and minimum values, infix operators converting to and from every other integer type (including int, float and nativeint), parsing from and conversion to readable strings (binary, octal, decimal, hexadecimal), and conversion to and from buffers in both big endian and little endian byte order.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 16 Nov 2022 13:33:20 UTC
CompletedWed, 16 Nov 2022 15:11:47 UTC
Taskbuild (f37, /rpms/ocaml-stdint.git:84804573b3a6f9672234e6c4eea27d51f23fbf5c)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-stdint.git#84804573b3a6f9672234e6c4eea27d51f23fbf5c'}}
Tags
f37
f38
f39
f40
RPMs
src
ocaml-stdint-0.7.2-1.fc37.src.rpm (info) (download)
riscv64
ocaml-stdint-0.7.2-1.fc37.riscv64.rpm (info) (download)
ocaml-stdint-devel-0.7.2-1.fc37.riscv64.rpm (info) (download)
ocaml-stdint-debuginfo-0.7.2-1.fc37.riscv64.rpm (info) (download)
ocaml-stdint-debugsource-0.7.2-1.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Sat Oct 29 2022 Jerry James <loganjerry@gmail.com> - 0.7.2-1 - Version 0.7.2 - Drop upstreamed -failwith patch * Sat Oct 15 2022 Jerry James <loganjerry@gmail.com> - 0.7.1-1 - Version 0.7.1 - Drop upstreamed -lognot patch - Add -failwith patch to fix FTBFS on 32-bit systems * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jul 20 2022 Jerry James <loganjerry@gmail.com> - 0.7.0-8 - Use new OCaml macros * Sun Jun 19 2022 Richard W.M. Jones <rjones@redhat.com> - 0.7.0-8 - OCaml 4.14.0 rebuild * Fri Feb 04 2022 Richard W.M. Jones <rjones@redhat.com> - 0.7.0-7 - OCaml 4.13.1 rebuild to remove package notes * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Oct 05 2021 Richard W.M. Jones <rjones@redhat.com> - 0.7.0-5 - OCaml 4.13.1 build * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon Mar 01 2021 Richard W.M. Jones <rjones@redhat.com> - 0.7.0-3 - OCaml 4.12.0 build * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Dec 02 2020 Jerry James <loganjerry@gmail.com> - 0.7.0-1 - Version 0.7.0 - Add -lognot and -test patches