{
  "actions": [
    {
      "command": [
        "gnatprep",
        "-DHAVE_MYSQL=True",
        "-DHAVE_SQLITE=True",
        "-DHAVE_POSTGRESQL=True",
        "src/drivers/ado-drivers-initialize.gpb",
        "src/drivers/ado-drivers-initialize.adb"
      ],
      "type": "post-fetch"
    }
  ],
  "authors": [
    "Stephane.Carrez@gmail.com"
  ],
  "configuration": {
    "disabled": true
  },
  "depends-on": [
    {
      "ado_mysql": "^2.3.0",
      "ado_postgresql": "^2.3.0",
      "ado_sqlite": "^2.3.0"
    }
  ],
  "description": "Ada Database Objects (All drivers)",
  "gpr-externals": {
    "ADO_LIBRARY_TYPE": [
      "relocatable",
      "static",
      "static-pic"
    ],
    "BUILD": [
      "distrib",
      "debug",
      "optimize",
      "profile",
      "coverage"
    ]
  },
  "licenses": "Apache-2.0",
  "long-description": "\n[![Build Status](https://img.shields.io/jenkins/s/https/jenkins.vacs.fr/Ada-ADO.svg)](https://jenkins.vacs.fr/job/Ada-ADO/)\n[![Test Status](https://img.shields.io/jenkins/t/https/jenkins.vacs.fr/Ada-ADO.svg)](https://jenkins.vacs.fr/job/Ada-ADO/)\n[![codecov](https://codecov.io/gh/stcarrez/ada-ado/branch/master/graph/badge.svg)](https://codecov.io/gh/stcarrez/ada-ado)\n[![Documentation Status](https://readthedocs.org/projects/ada-ado/badge/?version=latest)](https://ada-ado.readthedocs.io/en/latest/?badge=latest)\n\nThis is the MySQL driver for the Ada Database Objects library.\n\n",
  "maintainers": [
    "Stephane.Carrez@gmail.com"
  ],
  "maintainers-logins": [
    "stcarrez"
  ],
  "name": "ado_all",
  "origin": {
    "commit": "a59fa70f33f842a76bbe68bfcdc97ada1add756c",
    "url": "git+https://gitlab.com/stcarrez/ada-ado.git"
  },
  "project-files": [
    ".alire/all/ado_all.gpr"
  ],
  "tags": [
    "database",
    "uml",
    "sql",
    "mysql",
    "mariadb",
    "sqlite",
    "postgresql"
  ],
  "version": "2.3.0",
  "website": "https://gitlab.com/stcarrez/ada-ado"
}
