Search Criteria
Package Details: ocaml-ppx_let 0.17.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ocaml-ppx_let.git (read-only, click to copy) |
|---|---|
| Package Base: | ocaml-ppx_let |
| Description: | Monadic let-bindings |
| Upstream URL: | https://github.com/janestreet/ppx_let |
| Keywords: | bind binder bindings expression let library ocaml ppx rewrite rewriter |
| Licenses: | MIT |
| Submitter: | J5lx |
| Maintainer: | None |
| Last Packager: | dpeukert |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2016-02-06 03:09 (UTC) |
| Last Updated: | 2025-07-05 10:07 (UTC) |
Dependencies (6)
- ocaml (ocaml-gitAUR)
- ocaml-base (ocaml-base-gitAUR)
- ocaml-ppxlibAUR
- ocaml-ppx_hereAUR
- zstd (zstd-gitAUR, zstd-staticAUR)
- dune (make)
Required by (8)
- flow (make)
- flow-git (make)
- ocaml-base_quickcheck
- ocaml-core_bench
- ocaml-lwt (check)
- ocaml-ppx_jane
- ocaml-ppx_log
- ocaml-ppx_string_conv
Latest Comments
jacklem commented on 2025-07-17 21:57 (UTC)
This pkg fails to build with errors Error: The files /usr/lib/ocaml/ppxlib/ppxlib.cmi and /usr/lib/ocaml/ppx_here/expander/ppx_here_expander.cmi make inconsistent assumptions over interface Stdppx and ending with error Error: error making: ocaml-ppx_let-exit status 4
Rebuilding ocaml dependencies didn't help until I rebuilt ocaml-ppx_here. That was the solution.
dpeukert commented on 2023-10-10 10:55 (UTC)
@dreieck: Hi, yes, that's the minimum version of ocaml-base required by upstream and sadly the version of ocaml-base in the repos has been out-of-date for quite some time. Just updating to the new version in the ocaml-base PKGBUILD from the repos works.
dreieck commented on 2023-10-10 10:42 (UTC)
Does it really need
ocaml-base>=0.16.0?ocaml-basein the Arch repository is currently at version 0.15.1.Regards!