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.0-1.mga10 RPM for armv7hl

From Mageia Cauldron for armv7hl / media / core / release

Name: ocaml-ppx-let Distribution: Mageia
Version: 0.17.0 Vendor: Mageia.Org
Release: 1.mga10 Build date: Fri Apr 4 15:45:53 2025
Group: Development/OCaml Build host: localhost
Size: 5512618 Source RPM: ocaml-ppx-let-0.17.0-1.mga10.src.rpm
Packager: pterjan <pterjan>
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 Apr 04 2025 pterjan <pterjan> 0.17.0-1.mga10
  + Revision: 2173442
  - imported package ocaml-ppx-let

Files

/usr/lib/.build-id
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/2092a5683931a9984cd4946719887b24eb1aa4
/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/ppx.exe
/usr/lib/ocaml/ppx_let/ppx_let.cma
/usr/lib/ocaml/ppx_let/ppx_let.cmi
/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 Apr 9 09:15:10 2025