Fri, 20 Sep 2024 00:16:35 UTC | login

Information for build ocaml-ctypes-0.22.0-4.fc41

ID322306
Package Nameocaml-ctypes
Version0.22.0
Release4.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-ctypes.git#5f67ba29322f915087152fae7c8fa7d00fe6c05e
SummaryCombinators for binding to C libraries without writing any C
DescriptionCtypes is a library for binding to C libraries using pure OCaml. The primary aim is to make writing C extensions as straightforward as possible. The core of ctypes is a set of combinators for describing the structure of C types -- numeric types, arrays, pointers, structs, unions and functions. You can use these combinators to describe the types of the functions that you want to call, then bind directly to those functions -- all without writing or generating any C!
git:https://github.com/yallop/ocaml-ctypes.git
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 24 Jul 2024 15:41:07 UTC
CompletedWed, 24 Jul 2024 15:48:04 UTC
Taskbuild (f41, /rpms/ocaml-ctypes.git:5f67ba29322f915087152fae7c8fa7d00fe6c05e)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-ctypes.git#5f67ba29322f915087152fae7c8fa7d00fe6c05e'}}
Tags
f41
RPMs
src
ocaml-ctypes-0.22.0-4.fc41.src.rpm (info) (download)
riscv64
ocaml-ctypes-0.22.0-4.fc41.riscv64.rpm (info) (download)
ocaml-ctypes-devel-0.22.0-4.fc41.riscv64.rpm (info) (download)
ocaml-ctypes-debuginfo-0.22.0-4.fc41.riscv64.rpm (info) (download)
ocaml-ctypes-debugsource-0.22.0-4.fc41.riscv64.rpm (info) (download)
Logs
riscv64
state.log
hw_info.log
build.log
root.log
mock_output.log
Changelog * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.22.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Jun 19 2024 Richard W.M. Jones <rjones@redhat.com> - 0.22.0-3 - OCaml 5.2.0 ppc64le fix * Wed May 29 2024 Richard W.M. Jones <rjones@redhat.com> - 0.22.0-2 - OCaml 5.2.0 for Fedora 41 * Thu May 23 2024 Jerry James <loganjerry@gmail.com> - 0.22.0-1 - Version 0.22.0 * Fri Feb 02 2024 Jerry James <loganjerry@gmail.com> - 0.21.1-7 - Rebuild for changed ocamlx(Toploop) hash * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Dec 18 2023 Richard W.M. Jones <rjones@redhat.com> - 0.21.1-4 - OCaml 5.1.1 + s390x code gen fix for Fedora 40 * Tue Dec 12 2023 Richard W.M. Jones <rjones@redhat.com> - 0.21.1-3 - OCaml 5.1.1 rebuild for Fedora 40 * Thu Oct 05 2023 Richard W.M. Jones <rjones@redhat.com> - 0.21.1-2 - OCaml 5.1 rebuild for Fedora 40 * Fri Jul 21 2023 Jerry James <loganjerry@gmail.com> - 0.21.1-1 - Version 0.21.1 * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.21.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jul 14 2023 Jerry James <loganjerry@gmail.com> - 0.21.0-1 - Version 0.21.0 - Build with dune - Drop the doc subpackage * Tue Jul 11 2023 Richard W.M. Jones <rjones@redhat.com> - 0.20.2-3 - OCaml 5.0 rebuild for Fedora 39 * Mon Jul 10 2023 Jerry James <loganjerry@gmail.com> - 0.20.2-2 - OCaml 5.0.0 rebuild * Tue Mar 21 2023 Jerry James <loganjerry@gmail.com> - 0.20.2-1 - Version 0.20.2 * Tue Jan 24 2023 Richard W.M. Jones <rjones@redhat.com> - 0.20.1-5 - Rebuild OCaml packages for F38 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Jan 17 2023 Jerry James <loganjerry@gmail.com> - 0.20.1-3 - New URLs * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jul 20 2022 Jerry James <loganjerry@gmail.com> - 0.20.1-2 - Use new OCaml macros