opam-version: "2.0"
name: "orpie"
version: "1.6.1"
maintainer: "Paul Pelzl <pelzlpj@gmail.com>"
authors: "Paul Pelzl <pelzlpj@gmail.com>"
homepage: "https://github.com/pelzlpj/orpie"
bug-reports: "https://github.com/pelzlpj/orpie/issues"
license: "GPL-3.0-only"
dev-repo: "git+https://github.com/pelzlpj/orpie.git"
build: ["dune" "build" "-p" "orpie"]
depends: [
  "ocaml" {>= "4.03.0"}
  "camlp5" {build}
  "dune" {>= "1.1"}
  "curses" {>= "1.0.3"}
  "gsl" {>= "1.22.0"}
  "num"
]
synopsis: "Curses-based RPN calculator"
description: """
Orpie is a curses-based RPN calculator for the terminal.  It supports a
large chunk of the features supported by classic HP RPN calculators, but
the user interface is optimized for a keyboard."""
