Tue, 10 Sep 2024 12:21:49 UTC | login

Information for build ocaml-ppx-let-0.17.0-3.fc41

ID335364
Package Nameocaml-ppx-let
Version0.17.0
Release3.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ocaml-ppx-let.git#9b30cfbcd6d1aae8694f5e235758f125e257ca8a
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.
git:https://github.com/janestreet/ppx_let.git
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 10 Aug 2024 21:54:04 UTC
CompletedSat, 10 Aug 2024 23:35:26 UTC
Taskbuild (f41, /rpms/ocaml-ppx-let.git:9b30cfbcd6d1aae8694f5e235758f125e257ca8a)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ocaml-ppx-let.git#9b30cfbcd6d1aae8694f5e235758f125e257ca8a'}}
Tags
f41
RPMs
src
ocaml-ppx-let-0.17.0-3.fc41.src.rpm (info) (download)
riscv64
ocaml-ppx-let-0.17.0-3.fc41.riscv64.rpm (info) (download)
ocaml-ppx-let-devel-0.17.0-3.fc41.riscv64.rpm (info) (download)
ocaml-ppx-let-debuginfo-0.17.0-3.fc41.riscv64.rpm (info) (download)
ocaml-ppx-let-debugsource-0.17.0-3.fc41.riscv64.rpm (info) (download)
Logs
riscv64
state.log
hw_info.log
build.log
root.log
mock_output.log
Changelog * Mon Aug 05 2024 Jerry James <loganjerry@gmail.com> - 0.17.0-3 - Rebuild for ocaml-ppxlib 0.33.0 * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Jul 03 2024 Jerry James <loganjerry@gmail.com> - 0.17.0-1 - Version 0.17.0 * Wed Jun 19 2024 Richard W.M. Jones <rjones@redhat.com> - 0.16.0-11 - OCaml 5.2.0 ppc64le fix * Wed May 29 2024 Richard W.M. Jones <rjones@redhat.com> - 0.16.0-10 - OCaml 5.2.0 for Fedora 41 * Mon Jan 29 2024 Richard W.M. Jones <rjones@redhat.com> - 0.16.0-9 - Bump and rebuild * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Dec 18 2023 Richard W.M. Jones <rjones@redhat.com> - 0.16.0-6 - OCaml 5.1.1 + s390x code gen fix for Fedora 40 * Tue Dec 12 2023 Richard W.M. Jones <rjones@redhat.com> - 0.16.0-5 - OCaml 5.1.1 rebuild for Fedora 40 * Thu Oct 05 2023 Richard W.M. Jones <rjones@redhat.com> - 0.16.0-4 - OCaml 5.1 rebuild for Fedora 40 * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 11 2023 Richard W.M. Jones <rjones@redhat.com> - 0.16.0-2 - OCaml 5.0 rebuild for Fedora 39 * Mon Jul 10 2023 Jerry James <loganjerry@gmail.com> - 0.16.0-1 - Version 0.16.0 * 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