{
  "authors": [
    "Paul Jarrett"
  ],
  "build-switches": {
    "*": {
      "Ada_Version": "Ada2022",
      "Compile_Checks": "Errors",
      "Style_Checks": [
        "-gnaty-d",
        "-gnatyM200",
        "-gnatyO"
      ]
    },
    "Development": {
      "Contracts": "Yes",
      "Debug_Info": "Yes",
      "Runtime_Checks": [
        "-gnato",
        "-fstack-check",
        "-gnatVa"
      ]
    },
    "Release": {
      "Contracts": "No",
      "Debug_Info": "Yes",
      "Runtime_Checks": "None"
    }
  },
  "depends-on": [
    {
      "dir_iterators": "~0.0.5"
    },
    {
      "progress_indicators": "~0.0.1"
    },
    {
      "trendy_terminal": "~0.0.5"
    },
    {
      "atomic": "~1.0.0"
    }
  ],
  "description": "An interactive context-based text search tool for large codebases.",
  "executables": [
    "septum"
  ],
  "gpr-set-externals": {
    "case(os)": {
      "linux": {
        "Septum_Platform": "linux"
      },
      "macos": {
        "Septum_Platform": "macos"
      },
      "windows": {
        "Septum_Platform": "windows"
      }
    }
  },
  "licenses": "Apache-2.0",
  "maintainers": [
    "Paul Jarrett <jarrett.paul.young@gmail.com>"
  ],
  "maintainers-logins": [
    "pyjarrett"
  ],
  "name": "septum",
  "origin": {
    "commit": "4080c8eeed4aa4bd68dcfbb21d15687a658dc0df",
    "url": "git+https://github.com/pyjarrett/septum.git"
  },
  "tags": [
    "search",
    "code",
    "text"
  ],
  "version": "0.1.0",
  "website": "https://github.com/pyjarrett/septum"
}
