{
  "canonical_url": "https://crates.flyology.org/community/",
  "catalog": {
    "name": "community",
    "repository_url": "https://github.com/alire-project/alire-index",
    "revision": "cd12c6aa35b7d6483841517305d57ba167ec78d0"
  },
  "generated_at": "2026-08-23T04:55:42Z",
  "index": {
    "version": "1.4.0"
  },
  "package": {
    "catalog": "community",
    "description": "Ada Database Objects (All drivers)",
    "development_only": false,
    "latest_version": "2.5.0",
    "name": "ado_all",
    "selected_version": "2.5.0",
    "versions": [
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "dynamo",
            "path": "index/dy/dynamo/dynamo-1.4.0.toml",
            "provided_version": "2.5.0",
            "qualifies": false,
            "requirement": "2.4.0",
            "requires": "ado_all",
            "selected": true,
            "version": "1.4.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "dynamo",
            "path": "index/dy/dynamo/dynamo-1.3.0.toml",
            "provided_version": "2.5.0",
            "qualifies": false,
            "requirement": "2.3.0",
            "requires": "ado_all",
            "selected": false,
            "version": "1.3.0"
          }
        ],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "ado",
            "package": "ado",
            "provided_version": "2.5.0",
            "requirement": "^2.5.0",
            "resolved": true,
            "version": "2.5.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "actions": [
            {
              "command": [
                "sh",
                "./alire-setup.sh"
              ],
              "type": "post-fetch"
            },
            {
              "command": [
                "sh",
                "./alire-setup.sh"
              ],
              "type": "pre-build"
            }
          ],
          "authors": [
            "Stephane.Carrez@gmail.com"
          ],
          "configuration": {
            "disabled": true
          },
          "depends-on": [
            {
              "ado": "^2.5.0"
            }
          ],
          "description": "Ada Database Objects (All drivers)",
          "licenses": "Apache-2.0",
          "long-description": "\n[![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-ado/badges/build.json)](https://porion.vacs.fr/porion/projects/view/ada-ado/summary)\n[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-ado/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/ada-ado/xunits)\n[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-ado/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/ada-ado/summary)\n[![Documentation Status](https://readthedocs.org/projects/ada-ado/badge/?version=latest)](https://ada-ado.readthedocs.io/en/latest/?badge=latest)\n\nThis crate give access to the PostgreSQL, MySQL and SQLite drivers for the Ada Database Objects library.\n\n",
          "maintainers": [
            "Stephane.Carrez@gmail.com"
          ],
          "maintainers-logins": [
            "stcarrez"
          ],
          "name": "ado_all",
          "origin": {
            "commit": "9071ae7cb3a82085f7d59fc5a387c9e834a5dd69",
            "subdir": "./drivers/",
            "url": "git+https://gitlab.com/stcarrez/ada-ado.git"
          },
          "project-files": [
            "ado_all.gpr"
          ],
          "tags": [
            "database",
            "uml",
            "sql",
            "mysql",
            "mariadb",
            "sqlite",
            "postgresql"
          ],
          "version": "2.5.0",
          "website": "https://gitlab.com/stcarrez/ada-ado"
        },
        "path": "index/ad/ado_all/ado_all-2.5.0.toml",
        "version": "2.5.0"
      },
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "dynamo",
            "path": "index/dy/dynamo/dynamo-1.4.0.toml",
            "provided_version": "2.4.0",
            "qualifies": true,
            "requirement": "2.4.0",
            "requires": "ado_all",
            "selected": true,
            "version": "1.4.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "dynamo",
            "path": "index/dy/dynamo/dynamo-1.3.0.toml",
            "provided_version": "2.4.0",
            "qualifies": false,
            "requirement": "2.3.0",
            "requires": "ado_all",
            "selected": false,
            "version": "1.3.0"
          }
        ],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "ado_postgresql",
            "package": "ado_postgresql",
            "provided_version": "2.5.0",
            "requirement": "^2.4.0",
            "resolved": true,
            "version": "2.5.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "ado_sqlite",
            "package": "ado_sqlite",
            "provided_version": "2.5.0",
            "requirement": "^2.4.0",
            "resolved": true,
            "version": "2.5.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "ado_mysql",
            "package": "ado_mysql",
            "provided_version": "2.5.0",
            "requirement": "^2.4.0",
            "resolved": true,
            "version": "2.5.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "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.4.0",
              "ado_postgresql": "^2.4.0",
              "ado_sqlite": "^2.4.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/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-ado/badges/build.json)](https://porion.vacs.fr/porion/projects/view/ada-ado/summary)\n[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-ado/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/ada-ado/xunits)\n[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/ada-ado/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/ada-ado/summary)\n[![Documentation Status](https://readthedocs.org/projects/ada-ado/badge/?version=latest)](https://ada-ado.readthedocs.io/en/latest/?badge=latest)\n\nThis crate give access to the PostgreSQL, MySQL and SQLite drivers for the Ada Database Objects library.\n\n",
          "maintainers": [
            "Stephane.Carrez@gmail.com"
          ],
          "maintainers-logins": [
            "stcarrez"
          ],
          "name": "ado_all",
          "origin": {
            "commit": "de4b3c955a9afc50c9ec5ad64c79ae32032718bf",
            "subdir": "./.alire/all/",
            "url": "git+https://gitlab.com/stcarrez/ada-ado.git"
          },
          "project-files": [
            "ado_all.gpr"
          ],
          "tags": [
            "database",
            "uml",
            "sql",
            "mysql",
            "mariadb",
            "sqlite",
            "postgresql"
          ],
          "version": "2.4.0",
          "website": "https://gitlab.com/stcarrez/ada-ado"
        },
        "path": "index/ad/ado_all/ado_all-2.4.0.toml",
        "version": "2.4.0"
      },
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "dynamo",
            "path": "index/dy/dynamo/dynamo-1.4.0.toml",
            "provided_version": "2.3.0",
            "qualifies": false,
            "requirement": "2.4.0",
            "requires": "ado_all",
            "selected": true,
            "version": "1.4.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "dynamo",
            "path": "index/dy/dynamo/dynamo-1.3.0.toml",
            "provided_version": "2.3.0",
            "qualifies": true,
            "requirement": "2.3.0",
            "requires": "ado_all",
            "selected": false,
            "version": "1.3.0"
          }
        ],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "ado_postgresql",
            "package": "ado_postgresql",
            "provided_version": "2.5.0",
            "requirement": "^2.3.0",
            "resolved": true,
            "version": "2.5.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "ado_sqlite",
            "package": "ado_sqlite",
            "provided_version": "2.5.0",
            "requirement": "^2.3.0",
            "resolved": true,
            "version": "2.5.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "ado_mysql",
            "package": "ado_mysql",
            "provided_version": "2.5.0",
            "requirement": "^2.3.0",
            "resolved": true,
            "version": "2.5.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "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"
        },
        "path": "index/ad/ado_all/ado_all-2.3.0.toml",
        "version": "2.3.0"
      }
    ]
  },
  "schema_version": 4
}
