Search Criteria
Package Details: ocaml-ppx_deriving 1:6.1.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/ocaml-ppx_deriving.git (read-only, click to copy) |
|---|---|
| Package Base: | ocaml-ppx_deriving |
| Description: | Type-driven code generation for OCaml |
| Upstream URL: | https://github.com/ocaml-ppx/ppx_deriving |
| Keywords: | deriving generation generator library ocaml plugins type |
| Licenses: | MIT |
| Submitter: | J5lx |
| Maintainer: | None |
| Last Packager: | dpeukert |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2016-02-06 01:59 (UTC) |
| Last Updated: | 2025-07-18 08:13 (UTC) |
Dependencies (8)
- ocaml (ocaml-gitAUR)
- ocaml-findlib
- ocaml-ppxlibAUR
- ocaml-ppx_derivers (ocaml-ppx_derivers-gitAUR)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cppoAUR (make)
- dune (make)
- ocaml-ounitAUR (check)
Required by (10)
- flow (make)
- flow-git (make)
- fstar (make)
- fstar-git (make)
- ocaml-fstar (make)
- ocaml-pgocaml
- ocaml-ppx_deriving_yojson-git
- ocaml-ppx_gen_rec (check)
- ocaml-qcheck
- ocaml-visitors
Latest Comments
J5lx commented on 2024-03-18 17:40 (UTC)
Hadn’t seen that, thanks!
dpeukert commented on 2024-03-18 17:38 (UTC)
@J5lx: 5.3.0 hasn’t been pushed to the opam repository and will be rereleased at some point to fix breaking changes (https://github.com/ocaml/opam-repository/pull/25458#issuecomment-1993894157), so I’m ignoring it for now.
dpeukert commented on 2022-08-11 08:54 (UTC)
After the 4.14.0 rebuild, this package now builds again.
dpeukert commented on 2022-06-16 16:19 (UTC) (edited on 2022-06-16 16:19 (UTC) by dpeukert)
This currently doesn't build due to a package in the main repos that hasn't been rebuilt, bug filed: https://bugs.archlinux.org/task/75091
catalin.hritcu commented on 2018-10-06 15:02 (UTC)
@J5lx Many thanks for the help. Rebuilding cppo indeed helped with getting ocaml-ppx_deriving to build. For future reference, here are the magic commands I needed to run to get the cppo PKGBUILD and then install from that:
J5lx commented on 2018-10-06 14:12 (UTC)
Sorry for the wait. This package does support OCaml 4.07, however, as suggested by the error message you got, the current cppo package in community has not yet been compiled against that version of OCaml, causing the compilation of this package to fail. I have reported this issue on the Arch bug tracker, see FS#60325 for the current status. Once that issue gets fixed, this package should build again. In the meantime, you can attempt to recompile cppo yourself, however be aware that the installation routine is seemingly out-of-date and broken right now after changes in the dune build system.
catalin.hritcu commented on 2018-09-07 08:40 (UTC)
Or could it be that this package doesn't yet support OCaml 4.07.0? It's the default in arch now, and does seem supported by ppx_deriving on opam: https://opam.ocaml.org/packages/ppx_deriving/
catalin.hritcu commented on 2018-09-07 08:21 (UTC) (edited on 2018-09-07 08:22 (UTC) by catalin.hritcu)
Probably something is messed up on my system, since I'm getting the following error when trying to build:
I'm using the default ocaml-4.07.0-1, ocamlbuild-0.12.0-3, and cppo-1.6.4-1 packages. Any advice?