| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: ocaml-ppx-let | Distribution: Fedora Project |
| Version: 0.17.1 | Vendor: Fedora Project |
| Release: 7.fc45 | Build date: Thu Apr 16 18:36:04 2026 |
| Group: Unspecified | Build host: buildvm-ppc64le-29.rdu3.fedoraproject.org |
| Size: 22794256 | Source RPM: ocaml-ppx-let-0.17.1-7.fc45.src.rpm |
| Packager: Fedora Project | |
| Url: https://github.com/janestreet/ppx_let | |
| Summary: Monadic let-bindings for OCaml | |
Ppx_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.
MIT
* Thu Apr 16 2026 Jerry James <loganjerry@gmail.com> - 0.17.1-7 - Rebuild for ocaml-ppxlib 0.38.0 * Fri Feb 20 2026 Richard W.M. Jones <rjones@redhat.com> - 0.17.1-6 - OCaml 5.4.1 rebuild * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Tue Jan 13 2026 Jerry James <loganjerry@gmail.com> - 0.17.1-4 - Reflow the description text * Tue Oct 14 2025 Richard W.M. Jones <rjones@redhat.com> - 0.17.1-3 - OCaml 5.4.0 rebuild * Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Sat Jul 12 2025 Jerry James <loganjerry@gmail.com> - 0.17.1-1 - Version 0.17.1 * Mon May 05 2025 Jerry James <loganjerry@gmail.com> - 0.17.0-7 - Rebuild for ocaml-base 0.17.2 * Wed Feb 12 2025 Jerry James <loganjerry@gmail.com> - 0.17.0-6 - Rebuild for ocaml-ppxlib 0.35.0 * Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Fri Jan 10 2025 Jerry James <loganjerry@gmail.com> - 0.17.0-4 - OCaml 5.3.0 rebuild for Fedora 42 * 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
/usr/lib/.build-id /usr/lib/.build-id/5e /usr/lib/.build-id/5e/3c3efc3f4ba3ee04b18c202a9074a698cc0747 /usr/lib/.build-id/a3 /usr/lib/.build-id/a3/0517b87c4e8c1052f40a2e0ecf41a9c62b4685 /usr/lib/.build-id/c4 /usr/lib/.build-id/c4/553a8baf64bc22077a6fcf85159b251b9fa0e9 /usr/lib64/ocaml/ppx_let /usr/lib64/ocaml/ppx_let/META /usr/lib64/ocaml/ppx_let/expander /usr/lib64/ocaml/ppx_let/expander/ppx_let_expander.cma /usr/lib64/ocaml/ppx_let/expander/ppx_let_expander.cmi /usr/lib64/ocaml/ppx_let/expander/ppx_let_expander.cmxs /usr/lib64/ocaml/ppx_let/ppx.exe /usr/lib64/ocaml/ppx_let/ppx_let.cma /usr/lib64/ocaml/ppx_let/ppx_let.cmi /usr/lib64/ocaml/ppx_let/ppx_let.cmxs /usr/share/doc/ocaml-ppx-let /usr/share/doc/ocaml-ppx-let/CHANGES.md /usr/share/doc/ocaml-ppx-let/README.md /usr/share/licenses/ocaml-ppx-let /usr/share/licenses/ocaml-ppx-let/LICENSE.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Jul 11 00:14:16 2026