Пакет coccinelle: Информация

  • Default inline alert: Версия в репозитории: 1.2-alt1

Исходный пакет: coccinelle
Версия: 1.1.0-alt1
Последняя версия по данным Repology
Собран:  7 апреля 2021 г. 6:06 в задании #268975
Категория: Разработка/C
Сообщить об ошибке в пакете
Домашняя страница: http://coccinelle.lip6.fr/

Лицензия: GPL-2.0-only
О пакете: Semantic patching for Linux (spatch)
Описание: 
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.)

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
coccinelle (x86_64, ppc64le, i586, armh, aarch64)
coccinelle-checkinstall (noarch)
coccinelle-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
coccinelle-demos (noarch)

Сопровождающий: Vitaly Chikunov


Права:
Vitaly Chikunov
Andrew A. Vasilyev
@everybody

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

Последнее изменение


3 марта 2021 г. Vitaly Chikunov 1.1.0-alt1
- Update to 1.1.0 (2021-02-24).
25 февраля 2021 г. Vitaly Chikunov 1.0.8-alt9
- Update to 0e1f2b1f (2021-02-19).
- Add score tests in %check.
12 октября 2020 г. Anton Farygin 1.0.8-alt8
- added patch for build with new menhir, based on upstream commit 4bffe71