{
  "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 API to the Windows library",
    "development_only": false,
    "latest_version": "26.0.0",
    "name": "win32ada",
    "selected_version": "26.0.0",
    "versions": [
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": "case(os)=windows",
            "development": false,
            "name": "emdee",
            "path": "index/em/emdee/emdee-0.2.2.toml",
            "provided_version": "26.0.0",
            "qualifies": false,
            "requirement": "^23.0.0",
            "requires": "win32ada",
            "selected": true,
            "version": "0.2.2"
          },
          {
            "catalog": "community",
            "condition": "case(os)=windows",
            "development": false,
            "name": "emdee",
            "path": "index/em/emdee/emdee-0.2.1.toml",
            "provided_version": "26.0.0",
            "qualifies": false,
            "requirement": "^23.0.0",
            "requires": "win32ada",
            "selected": false,
            "version": "0.2.1"
          },
          {
            "catalog": "community",
            "condition": "case(os)=windows",
            "development": false,
            "name": "termicap",
            "path": "index/te/termicap/termicap-1.0.0.toml",
            "provided_version": "26.0.0",
            "qualifies": true,
            "requirement": "^26.0.0",
            "requires": "win32ada",
            "selected": true,
            "version": "1.0.0"
          }
        ],
        "dependencies": [],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Intermetrics",
            "AdaCore"
          ],
          "available": {
            "case(os)": {
              "...": false,
              "windows": true
            }
          },
          "configuration": {
            "disabled": true
          },
          "description": "Ada API to the Windows library",
          "gpr-externals": {
            "PRJ_BUILD": [
              "Debug",
              "Release"
            ],
            "PRJ_TARGET": [
              "Win32",
              "Win64"
            ]
          },
          "gpr-set-externals": {
            "PRJ_BUILD": "Release",
            "PRJ_TARGET": "Win64",
            "TARGET": "Win64"
          },
          "long-description": "Due to a subpar integration of Win32Ada in Alire, any project using Win32Ada\nspecs must also have the Win32Ada pre-processing switches. \n\nDo this edit your GPR project file to:\n1. With the \"shared\" project from Win32Ada: `with \"shared.gpr\";`\n2. Add the following switches for Ada: `(Shared.Prep, \"-gnateG\");`\n\nHere's what it looks like in an example project:\n```ada\nwith \"config/test_win32_config.gpr\";\n\nwith \"shared.gpr\";\n\nproject Test_Win32 is\n\n   for Source_Dirs use (\"src/\", \"config/\");\n   for Object_Dir use \"obj/\" & Test_Win32_Config.Build_Profile;\n   for Create_Missing_Dirs use \"True\";\n   for Exec_Dir use \"bin\";\n   for Main use (\"test_win32.adb\");\n\n   package Compiler is\n      for Default_Switches (\"Ada\") use\n        Test_Win32_Config.Ada_Compiler_Switches &\n        (Shared.Prep, \"-gnateG\"); -- See this line here\n   end Compiler;\n\n   package Binder is\n      for Switches (\"Ada\") use (\"-Es\");\n   end Binder;\n\n   package Install is\n      for Artifacts (\".\") use (\"share\");\n   end Install;\n\nend Test_Win32;\n```\n\n",
          "maintainers": [
            "chouteau@adacore.com"
          ],
          "maintainers-logins": [
            "Fabien-Chouteau"
          ],
          "name": "win32ada",
          "origin": {
            "hashes": [
              "sha512:d9764d5f049c88f85026e2f492208fa6e97fbad9ae4a36c7a723584bd7b53d91b8a5e8c6cd5c4d0931a49a11d8e060d678d0ebfce4b41e5b00e5cc180e5a9382"
            ],
            "url": "https://github.com/AdaCore/win32ada/archive/refs/tags/v26.0.0.zip"
          },
          "tags": [
            "windows",
            "api"
          ],
          "version": "26.0.0",
          "website": "https://github.com/adacore/win32ada"
        },
        "path": "index/wi/win32ada/win32ada-26.0.0.toml",
        "version": "26.0.0"
      },
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": "case(os)=windows",
            "development": false,
            "name": "emdee",
            "path": "index/em/emdee/emdee-0.2.2.toml",
            "provided_version": "23.0.0",
            "qualifies": true,
            "requirement": "^23.0.0",
            "requires": "win32ada",
            "selected": true,
            "version": "0.2.2"
          },
          {
            "catalog": "community",
            "condition": "case(os)=windows",
            "development": false,
            "name": "emdee",
            "path": "index/em/emdee/emdee-0.2.1.toml",
            "provided_version": "23.0.0",
            "qualifies": true,
            "requirement": "^23.0.0",
            "requires": "win32ada",
            "selected": false,
            "version": "0.2.1"
          },
          {
            "catalog": "community",
            "condition": "case(os)=windows",
            "development": false,
            "name": "termicap",
            "path": "index/te/termicap/termicap-1.0.0.toml",
            "provided_version": "23.0.0",
            "qualifies": false,
            "requirement": "^26.0.0",
            "requires": "win32ada",
            "selected": true,
            "version": "1.0.0"
          }
        ],
        "dependencies": [],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Intermetrics",
            "AdaCore"
          ],
          "available": {
            "case(os)": {
              "...": false,
              "windows": true
            }
          },
          "configuration": {
            "disabled": true
          },
          "description": "Ada API to the Windows library",
          "gpr-externals": {
            "PRJ_BUILD": [
              "Debug",
              "Release"
            ],
            "PRJ_TARGET": [
              "Win32",
              "Win64"
            ]
          },
          "gpr-set-externals": {
            "PRJ_BUILD": "Release",
            "PRJ_TARGET": "Win64",
            "TARGET": "Win64"
          },
          "long-description": "Due to a subpar integration of Win32Ada in Alire, any project using Win32Ada\nspecs must also have the Win32Ada pre-processing switches. \n\nDo this edit your GPR project file to:\n1. With the \"shared\" project from Win32Ada: `with \"shared.gpr\";`\n2. Add the following switches for Ada: `(Shared.Prep, \"-gnateG\");`\n\nHere's what it looks like in an example project:\n```ada\nwith \"config/test_win32_config.gpr\";\n\nwith \"shared.gpr\";\n\nproject Test_Win32 is\n\n   for Source_Dirs use (\"src/\", \"config/\");\n   for Object_Dir use \"obj/\" & Test_Win32_Config.Build_Profile;\n   for Create_Missing_Dirs use \"True\";\n   for Exec_Dir use \"bin\";\n   for Main use (\"test_win32.adb\");\n\n   package Compiler is\n      for Default_Switches (\"Ada\") use\n        Test_Win32_Config.Ada_Compiler_Switches &\n        (Shared.Prep, \"-gnateG\"); -- See this line here\n   end Compiler;\n\n   package Binder is\n      for Switches (\"Ada\") use (\"-Es\");\n   end Binder;\n\n   package Install is\n      for Artifacts (\".\") use (\"share\");\n   end Install;\n\nend Test_Win32;\n```\n\n",
          "maintainers": [
            "chouteau@adacore.com"
          ],
          "maintainers-logins": [
            "Fabien-Chouteau"
          ],
          "name": "win32ada",
          "origin": {
            "hashes": [
              "sha512:680108e6097837aa85403e0a7c9045380eb979187faf4400f1537502d3e224edf7a6f9e1f351783901e1b7d815c61b5cfcb7df8b1bf93c1670df280b32ca41a1"
            ],
            "url": "https://github.com/AdaCore/win32ada/archive/v23.0.0/win32ada-23.0.0.zip"
          },
          "tags": [
            "windows",
            "api"
          ],
          "version": "23.0.0",
          "website": "https://github.com/adacore/win32ada"
        },
        "path": "index/wi/win32ada/win32ada-23.0.0.toml",
        "version": "23.0.0"
      },
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": "case(os)=windows",
            "development": false,
            "name": "emdee",
            "path": "index/em/emdee/emdee-0.2.2.toml",
            "provided_version": "22.0.0",
            "qualifies": false,
            "requirement": "^23.0.0",
            "requires": "win32ada",
            "selected": true,
            "version": "0.2.2"
          },
          {
            "catalog": "community",
            "condition": "case(os)=windows",
            "development": false,
            "name": "emdee",
            "path": "index/em/emdee/emdee-0.2.1.toml",
            "provided_version": "22.0.0",
            "qualifies": false,
            "requirement": "^23.0.0",
            "requires": "win32ada",
            "selected": false,
            "version": "0.2.1"
          },
          {
            "catalog": "community",
            "condition": "case(os)=windows",
            "development": false,
            "name": "termicap",
            "path": "index/te/termicap/termicap-1.0.0.toml",
            "provided_version": "22.0.0",
            "qualifies": false,
            "requirement": "^26.0.0",
            "requires": "win32ada",
            "selected": true,
            "version": "1.0.0"
          }
        ],
        "dependencies": [],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Intermetrics",
            "AdaCore"
          ],
          "available": {
            "case(os)": {
              "...": false,
              "windows": true
            }
          },
          "configuration": {
            "disabled": true
          },
          "description": "Ada API to the Windows library",
          "gpr-externals": {
            "PRJ_BUILD": [
              "Debug",
              "Release"
            ],
            "PRJ_TARGET": [
              "Win32",
              "Win64"
            ]
          },
          "gpr-set-externals": {
            "PRJ_BUILD": "Release",
            "PRJ_TARGET": "Win64",
            "TARGET": "Win64"
          },
          "maintainers": [
            "chouteau@adacore.com"
          ],
          "maintainers-logins": [
            "Fabien-Chouteau"
          ],
          "name": "win32ada",
          "origin": {
            "hashes": [
              "sha512:25bbde23184673d60f5d9c2a73a4515b2a1b0e14efa7eef8a9cab4d33be7500c647eff699afb7943ca07225b5968c3012e26b7e4ae63169fe7d8f80f605cebf4"
            ],
            "url": "https://github.com/AdaCore/win32ada/archive/v22.0.0/win32ada-22.0.0.zip"
          },
          "tags": [
            "windows",
            "api"
          ],
          "version": "22.0.0",
          "website": "https://github.com/adacore/win32ada"
        },
        "path": "index/wi/win32ada/win32ada-22.0.0.toml",
        "version": "22.0.0"
      },
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": "case(os)=windows",
            "development": false,
            "name": "emdee",
            "path": "index/em/emdee/emdee-0.2.2.toml",
            "provided_version": "21.0.0",
            "qualifies": false,
            "requirement": "^23.0.0",
            "requires": "win32ada",
            "selected": true,
            "version": "0.2.2"
          },
          {
            "catalog": "community",
            "condition": "case(os)=windows",
            "development": false,
            "name": "emdee",
            "path": "index/em/emdee/emdee-0.2.1.toml",
            "provided_version": "21.0.0",
            "qualifies": false,
            "requirement": "^23.0.0",
            "requires": "win32ada",
            "selected": false,
            "version": "0.2.1"
          },
          {
            "catalog": "community",
            "condition": "case(os)=windows",
            "development": false,
            "name": "termicap",
            "path": "index/te/termicap/termicap-1.0.0.toml",
            "provided_version": "21.0.0",
            "qualifies": false,
            "requirement": "^26.0.0",
            "requires": "win32ada",
            "selected": true,
            "version": "1.0.0"
          }
        ],
        "dependencies": [],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Intermetrics",
            "AdaCore"
          ],
          "available": {
            "case(os)": {
              "...": false,
              "windows": true
            }
          },
          "description": "Ada API to the Windows library",
          "gpr-externals": {
            "PRJ_BUILD": [
              "Debug",
              "Release"
            ],
            "PRJ_TARGET": [
              "Win32",
              "Win64"
            ]
          },
          "gpr-set-externals": {
            "PRJ_BUILD": "Release",
            "PRJ_TARGET": "Win64",
            "TARGET": "Win64"
          },
          "maintainers": [
            "chouteau@adacore.com"
          ],
          "maintainers-logins": [
            "Fabien-Chouteau"
          ],
          "name": "win32ada",
          "origin": {
            "hashes": [
              "sha512:67cd45b8e501fc2fc3dc759bb839c1fd287f3a05e1ba427af1d7b2aab0f196391dde472be65f7620eb75ce39bff031b8ee91a49f878d01c496dfeffd4e0a6a7a"
            ],
            "url": "https://github.com/AdaCore/win32ada/archive/v21.0.0/win32ada-21.0.0.zip"
          },
          "tags": [
            "windows",
            "api"
          ],
          "version": "21.0.0",
          "website": "https://github.com/adacore/win32ada"
        },
        "path": "index/wi/win32ada/win32ada-21.0.0.toml",
        "version": "21.0.0"
      }
    ]
  },
  "schema_version": 4
}
