Thu, 16 May 2024 09:58:19 UTC | login

Information for build ocaml-ppxlib-0.13.0-4.fc33

ID178359
Package Nameocaml-ppxlib
Version0.13.0
Release4.fc33
Epoch1
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-ppxlib.git#58dc2040c055549608b1b443291cd71e6d1abdae
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 failed
Volume DEFAULT
StartedSat, 05 Sep 2020 13:21:50 UTC
CompletedSat, 05 Sep 2020 13:33:22 UTC
Taskbuild (f33, /rpms/ocaml-ppxlib.git:58dc2040c055549608b1b443291cd71e6d1abdae)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-ppxlib.git#58dc2040c055549608b1b443291cd71e6d1abdae'}}
Tags No tags
RPMs No RPMs
Changelog * 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