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

Исходный пакет: coccinelle
Версия: 1.0.8-alt7
Собран:  4 июня 2020 г. 20:15 в задании #252444
Категория: Разработка/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, aarch64)
coccinelle-checkinstall (noarch)
coccinelle-debuginfo (x86_64, ppc64le, i586, aarch64)
coccinelle-demos (noarch)

Сопровождающий: Andrew A. Vasilyev


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

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


29 мая 2020 г. Andrew A. Vasilyev 1.0.8-alt7
- fix changelog
29 апреля 2020 г. Andrew A. Vasilyev 1.0.8-alt6
- merge changes from p9 branch (imz@altlinux.org)
20 апреля 2020 г. Vitaly Chikunov 1.0.8-alt5
- spec: Fix `Cannot infer Python version'.