{
  "authors": [
    "Jeff Carter"
  ],
  "build-switches": {
    "*": {
      "ada_version": "Ada12",
      "style_checks": "No"
    }
  },
  "depends-on": [
    {
      "gnat": "<13.0 | >=13.3"
    },
    {
      "pragmarc": "^20240323.0.0"
    },
    {
      "ada_gui": "^20240224.0.0"
    },
    {
      "ssl": "*"
    }
  ],
  "description": "An Ada-GUI program to quickly produce a plot of a data set",
  "executables": [
    "qplt"
  ],
  "licenses": "BSD-3-Clause",
  "long-description": "# Qplt\nQuick Plot: an Ada-GUI program to quickly produce a plot of a data set\n\n## Usage\ntype\n\nqplt -?\n\nfor usage instructions, or read the code that outputs them.\n\n## Dependencies\nQplt requires Ada GUI (https://github.com/jrcarter/Ada_GUI) and the PragmAda Reusable Components (https://github.com/jrcarter/PragmARC). Those unfamiliar with Ada GUI should install it, run the test programs, and be familiar with its Readme before running Qplt.\n\n## Sample Input\nThe files qplt_sine.txt, qplt_sombrero.txt, and qplt_wpop.txt contain sample data for Qplt.\n\nqplt_sine.txt contains a sine curve. Suggested use:\n\nqplt np -t Sine qplt_sine.txt\n\nqplt_sombrero.txt contains the \"Sombrero\" curve, sin x / x (with the limit of 1 plotted for x = 0). Suggested use:\n\nqplt np -t Sombrero qplt_sombrero.txt\n\nqplt_wpop.txt contains values of world population since 1600. Suggested use:\n\nqplt -t \"World Population\" -x Year -y \"Population in billions\" qplt_wpop.txt\n\nThe sample input files are proveded under the CC BY-SA license (https://creativecommons.org/licenses/by-sa/4.0/).\n",
  "maintainers": [
    "Bent Bracke <bent@bracke.dk>"
  ],
  "maintainers-logins": [
    "bracke"
  ],
  "name": "qplt",
  "origin": {
    "commit": "2f7f77c911a868ea77d215a81d4d23175f531af8",
    "url": "git+https://github.com/bracke/Qplt.git"
  },
  "tags": [
    "plot",
    "data"
  ],
  "version": "20230720",
  "website": "https://github.com/bracke/Qplt"
}
