* move libffi to base/ Category
[t2sde.git] / package / base / bc / bc.desc
blob987c43d6881c13a7f132e5d0d63f108f4b9bf73c
1 [COPY] --- T2-COPYRIGHT-BEGIN ---
2 [COPY] t2/package/*/bc/bc.desc
3 [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project
4 [COPY] Copyright (C) 1998 - 2004 ROCK Linux Project
5 [COPY] SPDX-License-Identifier: GPL-2.0
6 [COPY] --- T2-COPYRIGHT-END ---
8 [I] GNU's numeric processing language and a calculator
10 [T] Bc is an arbitrary precision numeric processing language. Syntax is
11 [T] similar to C, but differs in many substantial areas. It supports
12 [T] interactive execution of statements. Bc is a utility included in the
13 [T] POSIX P1003.2/D11 draft standard.
14 [T] Since the POSIX document does not specify how bc must be implemented,
15 [T] this version does not use the historical method of having bc be
16 [T] a compiler for the dc calculator. This version has a single
17 [T] executable that both compiles the language and runs the resulting
18 [T] `byte code'. The byte code is not the dc language.
20 [U] https://www.gnu.org/software/bc/bc.html
22 [A] The GNU Project <gnu@gnu.org>
23 [M] Rene Rebe <rene@t2-project.org>
25 [C] base/tool
26 [F] CROSS
28 [L] GPL
29 [S] Stable
30 [V] 1.08.1
31 [P] X 0----5---9 109.500
33 [O] var_append confopt " " "--with-readline"
34 [O] atstage cross && autogen=1
36 [D] 5dd993540b2af66808756792c9c4dbc1c6f180475603b2a2f33a86e7 bc-1.08.1.tar.gz http://ftp.gnu.org/pub/gnu/bc/