Thu, 02 May 2024 23:53:13 UTC | login

Information for build ocaml-cppo-1.6.9-4.fc40

ID266214
Package Nameocaml-cppo
Version1.6.9
Release4.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-cppo.git#c7794e5f0c8fcbaac99eaf9360ae1c28e37f7dfd
SummaryEquivalent of the C preprocessor for OCaml programs
DescriptionCppo is an equivalent of the C preprocessor targeted at the OCaml language and its variants. The main purpose of cppo is to provide a lightweight tool for simple macro substitution (#define) and file inclusion (#include) for the occasional case when this is useful in OCaml. Processing specific sections of files by calling external programs is also possible via #ext directives. The implementation of cppo relies on the standard library of OCaml and on the standard parsing tools Ocamllex and Ocamlyacc, which contribute to the robustness of cppo across OCaml versions.
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 12 Nov 2023 12:31:10 UTC
CompletedSun, 12 Nov 2023 13:19:50 UTC
Taskbuild (f40, /rpms/ocaml-cppo.git:c7794e5f0c8fcbaac99eaf9360ae1c28e37f7dfd)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-cppo.git#c7794e5f0c8fcbaac99eaf9360ae1c28e37f7dfd'}}
Tags
f40
RPMs
src
ocaml-cppo-1.6.9-4.fc40.src.rpm (info) (download)
riscv64
ocaml-cppo-1.6.9-4.fc40.riscv64.rpm (info) (download)
ocaml-cppo-ocamlbuild-1.6.9-4.fc40.riscv64.rpm (info) (download)
ocaml-cppo-debuginfo-1.6.9-4.fc40.riscv64.rpm (info) (download)
ocaml-cppo-debugsource-1.6.9-4.fc40.riscv64.rpm (info) (download)
ocaml-cppo-ocamlbuild-debuginfo-1.6.9-4.fc40.riscv64.rpm (info) (download)
Logs
riscv64
state.log
root.log
hw_info.log
build.log
mock_output.log
Changelog * Thu Oct 05 2023 Richard W.M. Jones <rjones@redhat.com> - 1.6.9-4 - OCaml 5.1 rebuild for Fedora 40 * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 11 2023 Richard W.M. Jones <rjones@redhat.com> - 1.6.9-2 - OCaml 5.0 rebuild for Fedora 39 * Mon Jul 10 2023 Jerry James <loganjerry@gmail.com> - 1.6.9-1 - Version 1.6.9 - Convert License tag to SPDX - Use new dune macros * Tue Jan 24 2023 Richard W.M. Jones <rjones@redhat.com> - 1.6.8-7 - Rebuild OCaml packages for F38 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Jun 18 2022 Richard W.M. Jones <rjones@redhat.com> - 1.6.8-4 - OCaml 4.14.0 rebuild * Fri Feb 04 2022 Richard W.M. Jones <rjones@redhat.com> - 1.6.8-3 - OCaml 4.13.1 rebuild to remove package notes * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Dec 14 2021 Jerry James <loganjerry@gmail.com> - 1.6.8-1 - Version 1.6.8 - New URLs - Add ocamlbuild subpackage for the plugin - Build, install, and test with dune