Репозитории ALT Linux

Sisyphus: | 1.0.1.0.97.gitg0bc7551-alt2 |
p8: | 0.42.0-alt1 |
p7: | 0.42.0-alt1 |
t7: | 0.42.0-alt1 |
t6: | 0.42.0-alt0.M60T.1 |
Группа :: Система/Библиотеки
Source RPM: libtommath
Главная Изменения Спек Патчи Исходники Загрузить Gear Bugs and FR (0/0) Repocop
Текущая версия: 1.0.1.0.97.gitg0bc7551-alt2
Собрано: 21 дня назад
Размер архива: 539,6 КБ
Repocop status:
Домашняя страница: http://www.libtom.net/
Лицензия: WTFPL
О пакете: A portable number theoretic multiple-precision integer library
Описание:
Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета: ACL: Список rpm-пакетов, предоставляемых данным srpm-пакетом:
Recent changes (last three changelog entries):
2018-04-03 Grigory Ustinov <grenka at altlinux.org> 1.0.1.0.97.gitg0bc7551-alt2
Собрано: 21 дня назад
Размер архива: 539,6 КБ
Repocop status:

Домашняя страница: http://www.libtom.net/
Лицензия: WTFPL
О пакете: A portable number theoretic multiple-precision integer library
Описание:
A free open source portable number theoretic multiple-precision integer
library written entirely in C. (phew!). The library is designed to
provide a simple to work with API that provides fairly efficient
routines that build out of the box without configuration.
Текущий майнтейнер:
George V. Kouryachy
Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета: ACL: Список rpm-пакетов, предоставляемых данным srpm-пакетом:
- libtommath
- libtommath-debuginfo
- libtommath-devel
- libtommath-devel-static
- libtommath-doc
- Fix BuildRequires.
- Update version for lastest commit because:
1) There was an error in compilation of doc/booker.pl on e2k.
2) Upstream applied patch for e2k support.
- Fix e2k build properly: as was pointed by upstream, original
patch is incorrect and will lead to data loss and int overflow.
Proper solution uses MP_32BIT math until LCC will have int128
support.