Tue, 16 Apr 2024 09:08:32 UTC | login

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

ID162396
Package Nameocaml-ppxlib
Version0.13.0
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-ppxlib.git#80a63c7d72084b283ab34c2fa1e15e5efb22b3b6
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
StartedTue, 09 Jun 2020 13:49:16 UTC
CompletedTue, 09 Jun 2020 14:01:15 UTC
Taskbuild (f33, /rpms/ocaml-ppxlib.git:80a63c7d72084b283ab34c2fa1e15e5efb22b3b6)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-ppxlib.git#80a63c7d72084b283ab34c2fa1e15e5efb22b3b6'}}
Tags No tags
RPMs No RPMs
Changelog * Thu May 07 2020 Jerry James <loganjerry@gmail.com> - 0.13.0-1 - Initial RPM