diff options
Diffstat (limited to 'dc.pkg/control')
-rw-r--r-- | dc.pkg/control | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dc.pkg/control b/dc.pkg/control new file mode 100644 index 0000000..3a34b7a --- /dev/null +++ b/dc.pkg/control @@ -0,0 +1,10 @@ +Architecture: any +Platform: all +Depends: bc-common (= ${Binary-Version}) +Description: Arbitrary precision 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. |