Пакет cargo-make: Информация

    Исходный пакет: cargo-make
    Версия: 0.37.24-alt2
    Последняя версия по данным Repology
    Собран:  29 января 2025 г. 13:46 в задании #372031
    Сообщить об ошибке в пакете
    Домашняя страница: https://crates.io/crates/cargo-make

    Лицензия: Apache-2.0
    О пакете: Rust task runner and build tool
    Описание: 
    The cargo-make task runner enables to define and configure sets of tasks
    and run them as a flow.
    A task is a command, script, rust code, or other sub tasks to execute.
    Tasks can have dependencies which are also tasks that will be executed
    before the task itself.
    With a simple toml based configuration file, you can define a multi platform
    build script that can run build, test, generate documentation, run bench
    tests, run security validations and more, executed by running a single command.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    cargo-make (x86_64, ppc64le, i586, aarch64)
    cargo-make-debuginfo (x86_64, ppc64le, i586, aarch64)

    Сопровождающий: Alexandr Shashkin

    Список участников:
    Alexandr Shashkin
    Alexander Burmatov


      1. /proc
      2. rust-cargo

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


    29 января 2025 г. Alexandr Shashkin 0.37.24-alt2
    - Added dependency on rust-cargo.
    26 января 2025 г. Alexandr Shashkin 0.37.24-alt1
    - Built again after deleting as FTBFS package by reminder.
    21 февраля 2023 г. Alexander Burmatov 0.36.5-alt1
    - Initial build for Sisyphus