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

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

Исходный пакет: libshell
Версия: 0.4.10-alt1
Последняя версия по данным Repology
Собран:  2 июня 2022 г. 19:42 в задании #301113
Сообщить об ошибке в пакете
Домашняя страница: https://github.com/legionus/libshell.git

Лицензия: GPL-2.0-or-later
О пакете: A library of shell functions
Описание: 
This package contains common functions for shell projects to increase code reuse.

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
cgrep (noarch)
libshell (noarch)
libshell-single (noarch)

Сопровождающий: Alexey Gladkov

Список участников:
Alexey Gladkov
Nikita Ermakov

Права:
Alexey Gladkov

    1. help2man
    2. scdoc

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


2 июня 2022 г. Alexey Gladkov 0.4.10-alt1
- shell-getopt:
  + Shellcheck fixes (thx Andrey Limachko).
- shell-ini-config changes:
  + Improve ini-file parse (thx Andrey Limachko).
- Other changes:
  + Add json parser.
18 марта 2021 г. Alexey Gladkov 0.4.9-alt1
- shell-args:
  + Properly handle an argument starting with a dash.
16 марта 2020 г. Alexey Gladkov 0.4.8-alt1
- shell-unittest changes:
  + Add option to hide successful tests
- shell-run changes:
  + Improve compatibility with mksh
- shell-cmdline changes:
  + Add another argument to cmdline_foreach()
    to indicate the difference between a flag and a parameter with an argument
- shell-git-config changes:
  + Add git_config_foreach to list values for env parser
- Other changes:
  + Add Travis CI
  + Add compatibility with ksh
  + Run tests with few shells
  + Enforce documentation of all public functions
  + Add verification by shellcheck
  + Use scdoc instead of md2man