Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ocaml-ppx-let-0.17.1-5.fc44 RPM for ppc64le

From Fedora 44 for ppc64le / o

Name: ocaml-ppx-let Distribution: Fedora Project
Version: 0.17.1 Vendor: Fedora Project
Release: 5.fc44 Build date: Sat Jan 17 20:53:09 2026
Group: Unspecified Build host: buildvm-ppc64le-10.rdu3.fedoraproject.org
Size: 22434920 Source RPM: ocaml-ppx-let-0.17.1-5.fc44.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.

Provides

Requires

License

MIT

Changelog

* 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
* 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

Files

/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/9a3622ce5a81bbb322c0b97ead36d886cb6428
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/dc40ba9108349c0c0928a3a81015806dcb1ab1
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/b3aafe9b41c4c495a286990374c6281000909d
/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 25 11:07:33 2026