File: control

package info (click to toggle)
orpie 1.6.1-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,168 kB
  • sloc: ml: 9,016; makefile: 55; python: 11; sh: 2
file content (27 lines) | stat: -rw-r--r-- 1,097 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: orpie
Section: math
Priority: optional
Maintainer: Uwe Steinmann <steinm@debian.org>
Build-Depends: ocaml-nox (>= 4.03.0), camlp5, ocaml-dune, opam, libfindlib-ocaml-dev, libocamlgsl-ocaml-dev, libnum-ocaml-dev, libcurses-ocaml-dev, debhelper (>> 3.0.0)
Standards-Version: 4.4.1
Homepage: https://github.com/pelzlpj/orpie

Package: orpie
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: sensible-utils
Description: RPN calculator for the terminal
 Orpie is a fullscreen RPN calculator for the console. Its operation is
 similar to that of modern HP calculators, but data entry has been optimized
 for efficiency on a PC keyboard. Features include:
 .
   * real and complex numbers and matrices
   * extensive function library
   * command completion of function names
   * base conversions
   * units and conversion factor handling
   * exact integer arithmetic, with unlimited integer size
   * visible stack, with browsing/modification capability
   * user-defined variables
   * user-configurable keybindings, via a Mutt-like rcfile
   * context-sensitive help