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

    Исходный пакет: cproto
    Версия: 4.8-alt1
    Собран:  19 июля 2026 г. 13:01
    Сообщить об ошибке в пакете
    Домашняя страница: https://invisible-island.net/cproto/cproto.html

    Лицензия: ALT-Public-Domain
    О пакете: Generates function prototypes and variable declarations from C code
    Описание: 
    Cproto is a program that generates function prototypes and variable
    declarations from C source code.  It can also convert function
    definitions between the old style and the ANSI C style.  This conversion
    overwrites the original files, however, so be sure to make a backup copy
    of your original files in case something goes wrong.
    
    The program isn't confused by complex function definitions as much as
    other prototype generators because it uses a yacc generated parser.
    By ignoring all the input between braces, the author has avoided
    implementing the entire C language grammar.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    cproto (riscv64)
    cproto-debuginfo (riscv64)

    Сопровождающий: George V. Kouryachy


      1. bison
      2. flex

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


    18 июля 2026 г. George V. Kouryachy 4.8-alt1
    - Long time awaited update 4.7s -> ... -> 4.8
    4 марта 2021 г. Dmitry V. Levin 4.7s-alt1
    - 4.7q -> 4.7s.
    11 октября 2020 г. Dmitry V. Levin 4.7q-alt1
    - 4.7p -> 4.7q.