1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: aribas
Section: math
Priority: optional
Maintainer: Ralf Treinen <treinen@debian.org>
Standards-Version: 4.6.2
Build-Depends: debhelper-compat (= 13)
Rules-Requires-Root: no
Homepage: https://www.mathematik.uni-muenchen.de/~forster/sw/aribas.html
Vcs-Git: https://salsa.debian.org/science-team/aribas.git
Vcs-Browser: https://salsa.debian.org/science-team/aribas
Package: aribas
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: interpreter for arithmetic
ARIBAS is an interactive interpreter suitable for big integer
arithmetic and multiprecision floating point arithmetic.
It has a syntax similar to Pascal or Modula-2, but contains also
features from other programming languages like C, Lisp, Oberon.
|