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

ocaml-ppx-let-0.15.0-7.fc37 RPM for i686

From Fedora 37 for x86_64 / o

Name: ocaml-ppx-let Distribution: Fedora Project
Version: 0.15.0 Vendor: Fedora Project
Release: 7.fc37 Build date: Fri Aug 19 00:42:53 2022
Group: Unspecified Build host: buildvm-x86-11.iad2.fedoraproject.org
Size: 13010943 Source RPM: ocaml-ppx-let-0.15.0-7.fc37.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

* 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
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Dec 31 2021 Jerry James <loganjerry@gmail.com> - 0.15.0-1
  - Initial RPM

Files

/usr/lib/.build-id
/usr/lib/.build-id/68
/usr/lib/.build-id/68/4c5b3fe1106ab901011aead516ce5895d0e61a
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/d7d4d01eebe2088d27fc9de194841218617400
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/fb7ed18a008bbddaf32a07932d42f72372953f
/usr/lib/ocaml/ppx_let
/usr/lib/ocaml/ppx_let/META
/usr/lib/ocaml/ppx_let/expander
/usr/lib/ocaml/ppx_let/expander/ppx_let_expander.cma
/usr/lib/ocaml/ppx_let/expander/ppx_let_expander.cmi
/usr/lib/ocaml/ppx_let/expander/ppx_let_expander.cmxs
/usr/lib/ocaml/ppx_let/ppx.exe
/usr/lib/ocaml/ppx_let/ppx_let.cma
/usr/lib/ocaml/ppx_let/ppx_let.cmi
/usr/lib/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, Tue Apr 9 20:33:48 2024