Source: orpie
Standards-Version: 4.7.4
Maintainer: Debian Commons <orpie@packages.debian.org>
Uploaders:
 Uwe Steinmann <steinm@debian.org>,
Section: math
Build-Depends:
 debhelper-compat (= 14),
 dh-ocaml (>= 2),
 ocaml,
 camlp5,
 ocaml-dune,
 opam,
 libfindlib-ocaml-dev,
 libocamlgsl-ocaml-dev,
 libnum-ocaml-dev,
 libcurses-ocaml-dev,
Vcs-Browser: https://salsa.debian.org/debian/orpie
Vcs-Git: https://salsa.debian.org/debian/orpie.git
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
