{
  "authors": [
    "Garret Noble"
  ],
  "build-switches": {
    "*": {
      "ada_version": "ada12",
      "compile_checks": [
        "-gnatwa",
        "-gnatVa",
        "-gnatQ"
      ],
      "contracts": [
        "-gnata"
      ],
      "debug_info": [
        "-g"
      ],
      "optimization": [
        "-O2"
      ],
      "runtime_checks": [
        "-gnato"
      ],
      "style_checks": []
    }
  },
  "description": "Sqlite3 bindings for Ada with embedded SQLite engine",
  "licenses": "MIT OR Apache-2.0 WITH LLVM-exception",
  "maintainers": [
    "Garret Noble <garretnoble@gmail.com>"
  ],
  "maintainers-logins": [
    "gtnoble"
  ],
  "name": "ada_sqlite3",
  "origin": {
    "commit": "2edbcebd7cd03757fb9e9c1801977283cf384500",
    "url": "git+https://github.com/gtnoble/ada-sqlite3.git"
  },
  "tags": [
    "sqlite",
    "database",
    "sql",
    "embedded"
  ],
  "version": "0.1.1",
  "website": "https://github.com/gtnoble/ada-sqlite3"
}
