Search Criteria
Package Details: coccinelle-git 1.3.0.r28.gff57802-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/coccinelle-git.git (read-only, click to copy) |
---|---|
Package Base: | coccinelle-git |
Description: | C source code matching and transformation engine |
Upstream URL: | https://coccinelle.lip6.fr |
Licenses: | GPL-2.0-or-later |
Conflicts: | coccinelle |
Provides: | coccinelle |
Submitter: | osandov |
Maintainer: | meadow |
Last Packager: | meadow |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2018-06-29 06:52 (UTC) |
Last Updated: | 2024-12-10 17:54 (UTC) |
Dependencies (12)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- pcre
- python (python37AUR, python311AUR, python310AUR)
- zstd (zstd-gitAUR, zstd-staticAUR)
- ocaml (make)
- ocaml-findlib (make)
- ocaml-num (make)
- ocaml-pcreAUR (make)
- ocaml-stdcompatAUR (make)
- ocaml (check)
- ocaml (optional) – OCaml scripting feature
- ocaml-findlib (optional) – OCaml scripting feature
Required by (2)
- coccigrep (requires coccinelle)
- coccigrep-git (requires coccinelle)
Latest Comments
gatherer commented on 2024-12-04 12:02 (UTC)
Switching to a different compiler version is indeed the only workaround right now, but it is imperfect: some of the optional features may be unavailable. Dependencies (parmap, pcre) packaged by Arch may conflict with earlier OCaml versions.
tleb commented on 2024-10-21 16:08 (UTC)
Package requires OCaml v5.1 while Arch packages v5.2. Error with v5.2: https://github.com/coccinelle/coccinelle/issues/366
There is not much to be done (when not knowing OCaml to fix upstream), apart from using a different compiler version: https://ocaml.org/docs/install-a-specific-ocaml-compiler-version
z3ntu commented on 2021-02-18 10:32 (UTC)
This is missing 'git' in the makedepends
1ace commented on 2018-06-29 12:22 (UTC)
Missing makedepends+=('ocaml-num'), but other than that it builds fine; thanks!