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

ocaml-ppx-let-0.16.0-9.fc40 RPM for s390x

From Fedora Rawhide for s390x / o

Name: ocaml-ppx-let Distribution: Fedora Project
Version: 0.16.0 Vendor: Fedora Project
Release: 9.fc40 Build date: Tue Jan 30 00:05:49 2024
Group: Unspecified Build host: buildvm-s390x-23.s390.fedoraproject.org
Size: 24338238 Source RPM: ocaml-ppx-let-0.16.0-9.fc40.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

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

Files

/usr/lib/.build-id
/usr/lib/.build-id/45
/usr/lib/.build-id/45/53b9c9c6cd5cb802936218182f50a32311d4f2
/usr/lib/.build-id/85
/usr/lib/.build-id/85/bc9dc5f81aae4bd5aefa285930e92da7958f12
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/e138ebceb841e69843dd7e8ae754fe57e2b6ea
/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, Wed May 1 02:28:23 2024