{
  "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": "Thick Ada binding for OpenGL",
    "development_only": false,
    "latest_version": "0.9.0",
    "name": "openglada",
    "selected_version": "0.9.0",
    "versions": [
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "openglada_glfw",
            "path": "index/op/openglada_glfw/openglada_glfw-0.9.0.toml",
            "provided_version": "0.9.0",
            "qualifies": true,
            "requirement": "~0.9.0",
            "requires": "openglada",
            "selected": true,
            "version": "0.9.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "openglada_images",
            "path": "index/op/openglada_images/openglada_images-0.9.0.toml",
            "provided_version": "0.9.0",
            "qualifies": true,
            "requirement": "~0.9.0",
            "requires": "openglada",
            "selected": true,
            "version": "0.9.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "openglada_text",
            "path": "index/op/openglada_text/openglada_text-0.9.0.toml",
            "provided_version": "0.9.0",
            "qualifies": true,
            "requirement": "~0.9.0",
            "requires": "openglada",
            "selected": true,
            "version": "0.9.0"
          }
        ],
        "dependencies": [
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libx11",
            "package": "libx11",
            "provided_version": "system",
            "requirement": "^1",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Felix Krause"
          ],
          "depends-on": [
            {
              "case(os)": {
                "linux": {
                  "libx11": "^1"
                }
              }
            }
          ],
          "description": "Thick Ada binding for OpenGL",
          "gpr-externals": {
            "Auto_Exceptions": [
              "enabled",
              "disabled"
            ],
            "Mode": [
              "debug",
              "release"
            ]
          },
          "gpr-set-externals": {
            "case(os)": {
              "linux": {
                "Windowing_System": "x11"
              },
              "macos": {
                "Windowing_System": "quartz"
              },
              "windows": {
                "Windowing_System": "windows"
              }
            }
          },
          "licenses": "MIT",
          "maintainers": [
            "Felix Krause <contact@flyx.org>"
          ],
          "maintainers-logins": [
            "flyx"
          ],
          "name": "openglada",
          "origin": {
            "hashes": [
              "sha512:4deb7effa92ea06c1fc9595700223b8169a85c15c4caf78221d2cfa95205260b5ba6d132d070b3f25d07549a6c9a8cde3b6405631a7d1ff487af8292c44a10e2"
            ],
            "url": "https://github.com/flyx/OpenGLAda/releases/download/v0.9.0/openglada-0.9.0.tgz"
          },
          "project-files": [
            "opengl.gpr"
          ],
          "tags": [
            "opengl",
            "binding",
            "rendering",
            "graphics"
          ],
          "version": "0.9.0",
          "website": "http://flyx.github.io/OpenGLAda/"
        },
        "path": "index/op/openglada/openglada-0.9.0.toml",
        "version": "0.9.0"
      },
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "openglada_glfw",
            "path": "index/op/openglada_glfw/openglada_glfw-0.9.0.toml",
            "provided_version": "0.6.0",
            "qualifies": false,
            "requirement": "~0.9.0",
            "requires": "openglada",
            "selected": true,
            "version": "0.9.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "openglada_images",
            "path": "index/op/openglada_images/openglada_images-0.9.0.toml",
            "provided_version": "0.6.0",
            "qualifies": false,
            "requirement": "~0.9.0",
            "requires": "openglada",
            "selected": true,
            "version": "0.9.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "openglada_text",
            "path": "index/op/openglada_text/openglada_text-0.9.0.toml",
            "provided_version": "0.6.0",
            "qualifies": false,
            "requirement": "~0.9.0",
            "requires": "openglada",
            "selected": true,
            "version": "0.9.0"
          }
        ],
        "dependencies": [
          {
            "catalog": null,
            "condition": null,
            "name": "gnat",
            "package": null,
            "provided_version": null,
            "requirement": "<8",
            "resolved": false,
            "version": null
          },
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libglfw3",
            "package": "libglfw3",
            "provided_version": "system",
            "requirement": "^3",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "libx11",
            "package": "libx11",
            "provided_version": "system",
            "requirement": "^1",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Felix Krause <contact@flyx.org>"
          ],
          "depends-on": [
            {
              "case(os)": {
                "linux": {
                  "libglfw3": "^3",
                  "libx11": "^1"
                }
              },
              "gnat": "<8"
            }
          ],
          "description": "Thick Ada binding for OpenGL and GLFW",
          "executables": [
            "gl_test-opengl3",
            "gl_test-context",
            "gl_test-vbos",
            "gl_test-shaders",
            "gl_test-framebuffers",
            "gl_test-immediate"
          ],
          "gpr-externals": {
            "Auto_Exceptions": [
              "enabled",
              "disabled"
            ],
            "GLFW_Version": [
              "2",
              "3"
            ],
            "Mode": [
              "debug",
              "release"
            ]
          },
          "gpr-set-externals": {
            "case(os)": {
              "linux": {
                "Windowing_System": "x11"
              },
              "macos": {
                "Windowing_System": "quartz"
              },
              "windows": {
                "Windowing_System": "windows"
              }
            }
          },
          "licenses": "MIT",
          "maintainers": [
            "Felix Krause <contact@flyx.org>"
          ],
          "maintainers-logins": [
            "flyx"
          ],
          "name": "openglada",
          "origin": {
            "hashes": [
              "sha512:764ed2caad37a9fb0897316724bfa53f53211b96fec63508c9926418a5cfc3e111b40b2352ad797a7ea855e269b4762d8de2306e747ef52b2eed71660e06a87c"
            ],
            "url": "https://github.com/flyx/OpenGLAda/archive/v0.6.tar.gz"
          },
          "project-files": [
            "opengl.gpr",
            "opengl-glfw.gpr",
            "opengl-soil.gpr",
            "opengl-test.gpr"
          ],
          "version": "0.6.0",
          "website": "http://flyx.github.io/OpenGLAda/"
        },
        "path": "index/op/openglada/openglada-0.6.0.toml",
        "version": "0.6.0"
      }
    ]
  },
  "schema_version": 4
}
