| 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: 9.fc45 | Build date: Fri Jul 17 02:43:07 2026 |
| Group: Unspecified | Build host: buildvm-ppc64le-09.rdu3.fedoraproject.org |
| Size: 23456565 | Source RPM: ocaml-ppx-let-0.17.1-9.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 Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Thu Jul 09 2026 Jerry James <loganjerry@gmail.com> - 0.17.1-8 - OCaml 5.5.0 rebuild - Use the dune declarative buildsystem * 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
/usr/lib/.build-id /usr/lib/.build-id/2a /usr/lib/.build-id/2a/2ce03a1fe49d35b42df730c3c3c1d7a083d0f3 /usr/lib/.build-id/6e /usr/lib/.build-id/6e/c586458a74c0d3de9704b8b950aea4664241ad /usr/lib/.build-id/a8 /usr/lib/.build-id/a8/bca827c7fd972336a86153761ebcfb96ff193f /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, Thu Jul 30 00:00:28 2026