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

    Исходный пакет: coccinelle
    Версия: 1.1.1-alt1
    Собран:  2 декабря 2021 г. 16:00 в задании #289137
    Категория: Разработка/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


      1. python3-dev
      2. ocaml >= 3.12.1
      3. rpm-build-ocaml
      4. rpm-build-python3
      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

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


    12 октября 2021 г. Vitaly Chikunov 1.1.1-alt1
    - Update to 1.1.1 (2021-09-06).
    11 мая 2021 г. Vitaly Chikunov 1.1.0-alt2
    - spec: Avoid make install race.
    3 марта 2021 г. Vitaly Chikunov 1.1.0-alt1
    - Update to 1.1.0 (2021-02-24).