Mon, 20 May 2024 13:39:56 UTC | login

Information for build ocaml-ppx-let-0.15.0-10.fc38

ID232858
Package Nameocaml-ppx-let
Version0.15.0
Release10.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-ppx-let.git#1db74c7899455280443bcfe26652efcadcd225b4
SummaryMonadic let-bindings for OCaml
DescriptionPpx_let is a ppx rewriter for monadic and applicative let bindings, match expressions, and if expressions. The aim of this rewriter is to make monadic and applicative code look nicer by writing custom binders the same way that we normally bind variables. In OCaml, the common way to bind the result of a computation to a variable is: let VAR = EXPR in BODY ppx_let simply adds two new binders: let%bind and let%map. These are rewritten into calls to the bind and map functions respectively. These functions are expected to have val map : 'a t -> f:('a -> 'b) -> 'b t val bind : 'a t -> f:('a -> 'b t) -> 'b t for some type t, as one might expect. These functions are to be provided by the user, and are generally expected to be part of the signatures of monads and applicatives modules. This is the case for all monads and applicatives defined by the Jane Street's Core suite of libraries.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 27 Feb 2023 14:05:52 UTC
CompletedMon, 27 Feb 2023 14:21:42 UTC
Taskbuild (f38, /rpms/ocaml-ppx-let.git:1db74c7899455280443bcfe26652efcadcd225b4)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-ppx-let.git#1db74c7899455280443bcfe26652efcadcd225b4'}}
Tags
f38
f39
f40
RPMs
src
ocaml-ppx-let-0.15.0-10.fc38.src.rpm (info) (download)
riscv64
ocaml-ppx-let-0.15.0-10.fc38.riscv64.rpm (info) (download)
ocaml-ppx-let-devel-0.15.0-10.fc38.riscv64.rpm (info) (download)
ocaml-ppx-let-debuginfo-0.15.0-10.fc38.riscv64.rpm (info) (download)
ocaml-ppx-let-debugsource-0.15.0-10.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Tue Jan 24 2023 Richard W.M. Jones <rjones@redhat.com> - 0.15.0-10 - Rebuild OCaml packages for F38 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Nov 01 2022 Jerry James <loganjerry@gmail.com> - 0.15.0-8 - Rebuild for ocaml-ppxlib 0.28.0 * Thu Aug 18 2022 Jerry James <loganjerry@gmail.com> - 0.15.0-7 - Rebuild for ocaml-ppxlib 0.27.0 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jul 20 2022 Jerry James <loganjerry@gmail.com> - 0.15.0-5 - Use new OCaml macros * Sat Jun 18 2022 Richard W.M. Jones <rjones@redhat.com> - 0.15.0-5 - OCaml 4.14.0 rebuild * Mon Feb 28 2022 Jerry James <loganjerry@gmail.com> - 0.15.0-4 - Version 0.15.0 rerelease * Fri Feb 04 2022 Richard W.M. Jones <rjones@redhat.com> - 0.15.0-3 - OCaml 4.13.1 rebuild to remove package notes * Thu Feb 03 2022 Jerry James <loganjerry@gmail.com> - 0.15.0-2 - Conditionally build docs to avoid circular dependency on odoc * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Dec 31 2021 Jerry James <loganjerry@gmail.com> - 0.15.0-1 - Initial RPM