Fri, 03 May 2024 16:22:24 UTC | login

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

ID152138
Package Nameocaml-cinaps
Version0.13.0
Release4.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-cinaps.git#cdf2eea3270556f0b396a4fa60ff28d6cb1f7787
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.
Built bydavidlt
State failed
Volume DEFAULT
StartedWed, 08 Apr 2020 20:51:21 UTC
CompletedWed, 08 Apr 2020 21:06:41 UTC
Taskbuild (f33, /rpms/ocaml-cinaps.git:cdf2eea3270556f0b396a4fa60ff28d6cb1f7787)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-cinaps.git#cdf2eea3270556f0b396a4fa60ff28d6cb1f7787'}}
Tags No tags
RPMs No RPMs
Changelog * Wed Feb 26 2020 Richard W.M. Jones <rjones@redhat.com> - 0.13.0-4 - OCaml 4.10.0 final. * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sun Jan 19 2020 Richard W.M. Jones <rjones@redhat.com> - 0.13.0-2 - OCaml 4.10.0+beta1 rebuild. * Thu Jan 02 2020 Jerry James <loganjerry@gmail.com> - 0.13.0-1 - Initial RPM