Language

Package: libtommath @ 1.2.0

Synopsis

Portable number theoretic multiple-precision integer library

Description

LibTomMath is a portable number theoretic multiple-precision integer library written entirely in C. It's designed to provide an API that is simple to work with that provides fairly efficient routines that build out of the box without configuration.

Home page
https://www.libtom.net/LibTomMath/
Location
gnu/packages/multiprecision.scm (line: 399, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?