Wed, 11 Dec 2024 19:15:14 UTC | login

Information for build ocaml-cinaps-0.15.1-21.fc41

ID321987
Package Nameocaml-cinaps
Version0.15.1
Release21.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-cinaps.git#2f98fbd7c2334c696a9b7fe19cb3b550a8dd520b
SummaryTrivial Metaprogramming tool using the OCaml toplevel
DescriptionCinaps is a trivial Metaprogramming tool for OCaml using the OCaml toplevel. It is intended for two purposes: - when you want to include a bit of generated code in a file, but writing a proper generator/ppx rewriter is not worth it; - when you have many repeated blocks of similar code in your program, to help writing and maintaining them. It is not intended as a general preprocessor, and in particular can only be used to generate static code that is independent of the system.
git:https://github.com/ocaml-ppx/cinaps.git
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 24 Jul 2024 11:22:09 UTC
CompletedWed, 24 Jul 2024 11:36:13 UTC
Taskbuild (f41, /rpms/ocaml-cinaps.git:2f98fbd7c2334c696a9b7fe19cb3b550a8dd520b)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-cinaps.git#2f98fbd7c2334c696a9b7fe19cb3b550a8dd520b'}}
Tags
f41
f42
RPMs
src
ocaml-cinaps-0.15.1-21.fc41.src.rpm (info) (download)
riscv64
ocaml-cinaps-0.15.1-21.fc41.riscv64.rpm (info) (download)
ocaml-cinaps-devel-0.15.1-21.fc41.riscv64.rpm (info) (download)
ocaml-cinaps-debuginfo-0.15.1-21.fc41.riscv64.rpm (info) (download)
ocaml-cinaps-debugsource-0.15.1-21.fc41.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.1-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Jun 19 2024 Richard W.M. Jones <rjones@redhat.com> - 0.15.1-20 - OCaml 5.2.0 ppc64le fix * Wed May 29 2024 Richard W.M. Jones <rjones@redhat.com> - 0.15.1-19 - OCaml 5.2.0 for Fedora 41 * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.1-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.1-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Dec 18 2023 Richard W.M. Jones <rjones@redhat.com> - 0.15.1-16 - OCaml 5.1.1 + s390x code gen fix for Fedora 40 * Tue Dec 12 2023 Richard W.M. Jones <rjones@redhat.com> - 0.15.1-15 - OCaml 5.1.1 rebuild for Fedora 40 * Thu Oct 05 2023 Richard W.M. Jones <rjones@redhat.com> - 0.15.1-14 - OCaml 5.1 rebuild for Fedora 40 * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 11 2023 Richard W.M. Jones <rjones@redhat.com> - 0.15.1-12 - OCaml 5.0 rebuild for Fedora 39 * Mon Jul 10 2023 Jerry James <loganjerry@gmail.com> - 0.15.1-11 - OCaml 5.0.0 rebuild * Tue Jan 24 2023 Richard W.M. Jones <rjones@redhat.com> - 0.15.1-10 - Rebuild OCaml packages for F38 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jul 20 2022 Jerry James <loganjerry@gmail.com> - 0.15.1-7 - Optionally run tests - Use new OCaml macros