{
  "authors": [
    "Jeff Carter"
  ],
  "build-switches": {
    "*": {
      "style_checks": "No"
    }
  },
  "depends-on": [
    {
      "gnat": "<13.0 | >=13.3"
    },
    {
      "pragmarc": "^20240323.0.0"
    }
  ],
  "description": "Ada Implementation of the Line Editor from Software Tools",
  "executables": [
    "lined-program"
  ],
  "licenses": "BSD-3-Clause",
  "long-description": "# Lined\nAda Implementation of the Line Editor from Software Tools\n\nI did this to see how it would compare with the Ratfor original, and provide it here for anyone with a similar interest. I can't imagine anyone actually using this, unless they wanted a scriptable tool with the alternative regular-expression syntax it uses, since it's a simplified version of ed.\n",
  "maintainers": [
    "Bent Bracke <bent@bracke.dk>"
  ],
  "maintainers-logins": [
    "bracke"
  ],
  "name": "lined",
  "origin": {
    "commit": "da23d88f80722f53df7b1c29ed124be12de981a3",
    "url": "git+https://github.com/bracke/Lined.git"
  },
  "tags": [
    "line",
    "editor"
  ],
  "version": "20240419",
  "website": "https://github.com/bracke/Lined"
}
