bc 1.07.1-ok3 source package in openKylin

Changelog

bc (1.07.1-ok3) nile; urgency=medium

  * Fix build implict error.

 -- liwenjun <email address hidden>  Fri, 09 Aug 2024 14:53:25 +0800

Upload details

Uploaded by:
liwenjun
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
math
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 proposed main math

Downloads

File Size SHA-256 Checksum
bc_1.07.1.orig.tar.gz 410.0 KiB 62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a
bc_1.07.1-ok3.debian.tar.xz 18.9 KiB 083e0f35ef8c93695a6f13bd2f443fa153044daaf578b90232f3448c543852cc
bc_1.07.1-ok3.dsc 1.7 KiB 73187080aea0492fe744f734c9985735878830e6234dc5ee52d3a1389b8657d8

Available diffs

View changes file

Binary packages built by this source

bc: GNU bc arbitrary precision calculator language

 GNU bc is an interactive algebraic language with arbitrary precision which
 follows the POSIX 1003.2 draft standard, with several extensions including
 multi-character variable names, an `else' statement and full Boolean
 expressions. GNU bc does not require the separate GNU dc program.

bc-dbgsym: debug symbols for bc
dc: GNU dc arbitrary precision reverse-polish calculator

 GNU dc is a reverse-polish desk calculator which supports unlimited
 precision arithmetic. It also allows you to define and call macros.
 .
 A reverse-polish calculator stores numbers on a stack. Entering a number
 pushes it on the stack. Arithmetic operations pop arguments off the
 stack and push the results.

dc-dbgsym: debug symbols for dc