Package coccinelle: Information

  • Default inline alert: Version in the repository: 1.2-alt1

Source package: coccinelle
Version: 1.1.0-alt1
Latest version according to Repology
Build time:  Apr 7, 2021, 06:06 AM in the task #268975
Category: Development/C
Report package bug
License: GPL-2.0-only
Summary: Semantic patching for Linux (spatch)
Description: 
Coccinelle (French for "ladybug") is a utility for matching and transforming
the source code of programs written in the C programming language.

The source code to be matched or replaced is specified using
a "semantic patch" syntax based on the patch syntax.
The Semantic Patch Language (SmPL) pattern resembles a unified diff
with C-like declarations.

Coccinelle was initially used to aid the evolution of the Linux kernel
(and ease the maintenance of device drivers), providing support for
changes to APIs such as renaming a function, adding a function
argument whose value is somehow context-dependent, and reorganizing a
data structure.

It can also be used to find bad programming patterns in code (i.e.,
pieces of code that are erroneous with high probability such as
possible NULL pointer dereference) without transforming them.
(Then coccinelle's role is close to that of static analysis tools.)

List of rpms provided by this srpm:
coccinelle (x86_64, ppc64le, i586, armh, aarch64)
coccinelle-checkinstall (noarch)
coccinelle-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
coccinelle-demos (noarch)

Maintainer: Vitaly Chikunov



    1. python3-dev
    2. rpm-build-ocaml
    3. rpm-build-python3
    4. ocaml >= 3.12.1
    5. ocaml-findlib
    6. ocaml-menhir
    7. ocaml-num-devel
    8. ocaml-ocamldoc
    9. ocaml-parmap-devel
    10. ocaml-pcre-devel
    11. ocaml-stdcompat-devel

Last changed


March 3, 2021 Vitaly Chikunov 1.1.0-alt1
- Update to 1.1.0 (2021-02-24).
Feb. 25, 2021 Vitaly Chikunov 1.0.8-alt9
- Update to 0e1f2b1f (2021-02-19).
- Add score tests in %check.
Oct. 12, 2020 Anton Farygin 1.0.8-alt8
- added patch for build with new menhir, based on upstream commit 4bffe71