Thu, 16 May 2024 05:22:42 UTC | login

Information for build ocaml-ppxlib-0.13.0-6.fc33.1

ID188214
Package Nameocaml-ppxlib
Version0.13.0
Release6.fc33.1
Epoch1
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-ppxlib.git#d7e901b010e02e7f4e77d8defac0ae3569e0fd52
SummaryBase library and tools for ppx rewriters
DescriptionThe ppxlib project provides the basis for the ppx system, which is currently the officially supported method for meta-programming in Ocaml. It offers a principled way to generate code at compile time in OCaml projects. It features: - an OCaml AST / parser/ pretty-printer snapshot, to create a full frontend independent of the version of OCaml; - a library for ppx rewriters in general, and type-driven code generators in particular; - a full-featured driver for OCaml AST transformers; - a quotation mechanism for writing values representing OCaml AST in the OCaml syntax; - a generator of open recursion classes from type definitions.
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 25 Apr 2021 16:00:21 UTC
CompletedSun, 25 Apr 2021 16:33:58 UTC
Taskbuild (f33, /rpms/ocaml-ppxlib.git:d7e901b010e02e7f4e77d8defac0ae3569e0fd52)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-ppxlib.git#d7e901b010e02e7f4e77d8defac0ae3569e0fd52'}}
Tags
f33
f37
f38
RPMs
src
ocaml-ppxlib-0.13.0-6.fc33.1.src.rpm (info) (download)
noarch
ocaml-ppxlib-doc-0.13.0-6.fc33.1.noarch.rpm (info) (download)
riscv64
ocaml-ppxlib-0.13.0-6.fc33.1.riscv64.rpm (info) (download)
ocaml-ppxlib-devel-0.13.0-6.fc33.1.riscv64.rpm (info) (download)
ocaml-ppxlib-debuginfo-0.13.0-6.fc33.1.riscv64.rpm (info) (download)
ocaml-ppxlib-debugsource-0.13.0-6.fc33.1.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Wed Sep 02 2020 Richard W.M. Jones <rjones@redhat.com> - 1:0.13.0-6.1 - Bump release and rebuild. * Tue Sep 01 2020 Richard W.M. Jones <rjones@redhat.com> - 1:0.13.0-6 - OCaml 4.11.1 rebuild * Fri Aug 21 2020 Richard W.M. Jones <rjones@redhat.com> - 1:0.13.0-5 - OCaml 4.11.0 rebuild * Fri Aug 07 2020 Jerry James <loganjerry@gmail.com> - 1:0.13.0-4 - Add Epoch to Requires from -devel to main package * Fri Aug 07 2020 Jerry James <loganjerry@gmail.com> - 1:0.13.0-3 - Some ppx rewriters do not work with version 0.14.0 or 0.15.0, so revert to version 0.13.0 until they can be updated * Thu Aug 06 2020 Jerry James <loganjerry@gmail.com> - 0.15.0-1 - Version 0.15.0 * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jul 21 2020 Dan Čermák <dan.cermak@cgc-instruments.com> - 0.14.0-1 - New upstream release 0.14.0 * Thu Jun 18 2020 Jerry James <loganjerry@gmail.com> - 0.13.0-2 - Rebuild for ocaml-stdio 0.14.0 * Thu May 07 2020 Jerry James <loganjerry@gmail.com> - 0.13.0-1 - Initial RPM