{
  "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": "Advanced Resource Embedder",
    "development_only": false,
    "latest_version": "1.5.2",
    "name": "are",
    "selected_version": "1.5.2",
    "versions": [
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "xmlada",
            "package": "xmlada",
            "provided_version": "23.0.0",
            "requirement": "^23.0.0",
            "resolved": true,
            "version": "23.0.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "utilada",
            "package": "utilada",
            "provided_version": "2.9.0",
            "requirement": "^2.9.0",
            "resolved": true,
            "version": "2.9.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "elada",
            "package": "elada",
            "provided_version": "1.8.8",
            "requirement": "^1.8.6",
            "resolved": true,
            "version": "1.8.8"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Stephane.Carrez@gmail.com"
          ],
          "available": {
            "case(os)": {
              "...": false,
              "linux": true,
              "macos": true,
              "windows": true
            }
          },
          "configuration": {
            "disabled": true
          },
          "depends-on": [
            {
              "elada": "^1.8.6",
              "utilada": "^2.9.0",
              "xmlada": "^23.0.0"
            }
          ],
          "description": "Advanced Resource Embedder",
          "environment": {
            "MANPATH": {
              "prepend": "${CRATE_ROOT}/man"
            },
            "PATH": {
              "prepend": "${CRATE_ROOT}/bin"
            }
          },
          "executables": [
            "are"
          ],
          "gpr-externals": {
            "ARE_BUILD": [
              "distrib",
              "debug",
              "optimize",
              "profile",
              "coverage"
            ],
            "ARE_SWITCH": [
              "NO_CALLBACK",
              "HAS_CALLBACK"
            ],
            "UTIL_OS": [
              "win32",
              "win64",
              "linux32",
              "linux64",
              "macos64",
              "netbsd32",
              "netbsd64",
              "freebsd32",
              "freebsd64"
            ]
          },
          "gpr-set-externals": {
            "ARE_BUILD": "distrib",
            "ARE_SWITCH": "HAS_CALLBACK",
            "case(os)": {
              "linux": {
                "case(word-size)": {
                  "bits-32": {
                    "UTIL_OS": "linux32"
                  },
                  "bits-64": {
                    "UTIL_OS": "linux64"
                  }
                }
              },
              "macos": {
                "UTIL_OS": "macos64"
              },
              "windows": {
                "case(word-size)": {
                  "bits-32": {
                    "UTIL_OS": "win32"
                  },
                  "bits-64": {
                    "UTIL_OS": "win64"
                  }
                }
              }
            }
          },
          "licenses": "Apache-2.0",
          "long-description": "\n[![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/resource-embedder/badges/build.json)](https://porion.vacs.fr/porion/projects/view/resource-embedder)\n[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/resource-embedder/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/resource-embedder)\n[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/resource-embedder/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/resource-embedder)\n[![Documentation Status](https://readthedocs.org/projects/resource-embedder/badge/?version=latest)](https://resource-embedder.readthedocs.io/en/latest/?badge=latest)\n\nThe resource embedder allows to embed files in binaries by producing C, Ada or Go source\nfiles that contain the original files.\n\nTo generate a `config.ads` and `config.adb` Ada package with the resources, you may use:\n\n```\nare --lang=Ada -o src --resource=config --name-access --fileset='**/*.conf' config\n```\n\nComplex resource integrations are best described with and XML and are generated with:\n\n```\nare --lang=Ada -o src --rule=package.xml --name-access .\n```\n\nFor Ada, it generates the following package declaration with the `Get_Content` function\nthat gives access to the files.  The Ada body contains the content of each embedded file.\n\n```Ada\npackage Config is\n  function Get_Content (Name : in String)\n    return access constant String;\nend Config;\n```\n\n",
          "maintainers": [
            "Stephane.Carrez@gmail.com"
          ],
          "maintainers-logins": [
            "stcarrez"
          ],
          "name": "are",
          "origin": {
            "commit": "eab228627a43e4a1ff706b5b2ad909f2d285d561",
            "url": "git+https://github.com/stcarrez/resource-embedder.git"
          },
          "project-files": [
            "are_tool.gpr"
          ],
          "tags": [
            "resource",
            "embedder",
            "generator"
          ],
          "version": "1.5.2",
          "website": "https://gitlab.com/stcarrez/resource-embedder"
        },
        "path": "index/ar/are/are-1.5.2.toml",
        "version": "1.5.2"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "xmlada",
            "package": "xmlada",
            "provided_version": "23.0.0",
            "requirement": "^23.0.0",
            "resolved": true,
            "version": "23.0.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "utilada",
            "package": "utilada",
            "provided_version": "2.9.0",
            "requirement": "^2.6.0",
            "resolved": true,
            "version": "2.9.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "elada",
            "package": "elada",
            "provided_version": "1.8.8",
            "requirement": "^1.8.6",
            "resolved": true,
            "version": "1.8.8"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Stephane.Carrez@gmail.com"
          ],
          "available": {
            "case(os)": {
              "...": false,
              "linux": true,
              "macos": true,
              "windows": true
            }
          },
          "configuration": {
            "disabled": true
          },
          "depends-on": [
            {
              "elada": "^1.8.6",
              "utilada": "^2.6.0",
              "xmlada": "^23.0.0"
            }
          ],
          "description": "Advanced Resource Embedder",
          "environment": {
            "MANPATH": {
              "prepend": "${CRATE_ROOT}/man"
            },
            "PATH": {
              "prepend": "${CRATE_ROOT}/bin"
            }
          },
          "executables": [
            "are"
          ],
          "gpr-externals": {
            "ARE_BUILD": [
              "distrib",
              "debug",
              "optimize",
              "profile",
              "coverage"
            ],
            "ARE_SWITCH": [
              "NO_CALLBACK",
              "HAS_CALLBACK"
            ],
            "UTIL_OS": [
              "win32",
              "win64",
              "linux32",
              "linux64",
              "macos64",
              "netbsd32",
              "netbsd64",
              "freebsd32",
              "freebsd64"
            ]
          },
          "gpr-set-externals": {
            "ARE_BUILD": "distrib",
            "ARE_SWITCH": "HAS_CALLBACK",
            "case(os)": {
              "linux": {
                "case(word-size)": {
                  "bits-32": {
                    "UTIL_OS": "linux32"
                  },
                  "bits-64": {
                    "UTIL_OS": "linux64"
                  }
                }
              },
              "macos": {
                "UTIL_OS": "macos64"
              },
              "windows": {
                "case(word-size)": {
                  "bits-32": {
                    "UTIL_OS": "win32"
                  },
                  "bits-64": {
                    "UTIL_OS": "win64"
                  }
                }
              }
            }
          },
          "licenses": "Apache-2.0",
          "long-description": "\n[![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/resource-embedder/badges/build.json)](https://porion.vacs.fr/porion/projects/view/resource-embedder)\n[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/resource-embedder/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/resource-embedder)\n[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/resource-embedder/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/resource-embedder)\n[![Documentation Status](https://readthedocs.org/projects/resource-embedder/badge/?version=latest)](https://resource-embedder.readthedocs.io/en/latest/?badge=latest)\n\nThe resource embedder allows to embed files in binaries by producing C, Ada or Go source\nfiles that contain the original files.\n\nTo generate a `config.ads` and `config.adb` Ada package with the resources, you may use:\n\n```\nare --lang=Ada -o src --resource=config --name-access --fileset='**/*.conf' config\n```\n\nComplex resource integrations are best described with and XML and are generated with:\n\n```\nare --lang=Ada -o src --rule=package.xml --name-access .\n```\n\nFor Ada, it generates the following package declaration with the `Get_Content` function\nthat gives access to the files.  The Ada body contains the content of each embedded file.\n\n```Ada\npackage Config is\n  function Get_Content (Name : in String)\n    return access constant String;\nend Config;\n```\n\n",
          "maintainers": [
            "Stephane.Carrez@gmail.com"
          ],
          "maintainers-logins": [
            "stcarrez"
          ],
          "name": "are",
          "origin": {
            "commit": "a029ed06a8227b51b79253c1cb49b26d83c7c262",
            "url": "git+https://gitlab.com/stcarrez/resource-embedder.git"
          },
          "project-files": [
            "are_tool.gpr"
          ],
          "tags": [
            "resource",
            "embedder",
            "generator"
          ],
          "version": "1.5.1",
          "website": "https://gitlab.com/stcarrez/resource-embedder"
        },
        "path": "index/ar/are/are-1.5.1.toml",
        "version": "1.5.1"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "xmlada",
            "package": "xmlada",
            "provided_version": "23.0.0",
            "requirement": "~23.0.0",
            "resolved": true,
            "version": "23.0.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "utilada",
            "package": "utilada",
            "provided_version": "2.9.0",
            "requirement": "^2.6.0",
            "resolved": true,
            "version": "2.9.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "elada",
            "package": "elada",
            "provided_version": "1.8.8",
            "requirement": "^1.8.6",
            "resolved": true,
            "version": "1.8.8"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Stephane.Carrez@gmail.com"
          ],
          "available": {
            "case(os)": {
              "...": false,
              "linux": true,
              "macos": true,
              "windows": true
            }
          },
          "configuration": {
            "disabled": true
          },
          "depends-on": [
            {
              "elada": "^1.8.6",
              "utilada": "^2.6.0",
              "xmlada": "~23.0.0"
            }
          ],
          "description": "Advanced Resource Embedder",
          "environment": {
            "MANPATH": {
              "prepend": "${CRATE_ROOT}/man"
            },
            "PATH": {
              "prepend": "${CRATE_ROOT}/bin"
            }
          },
          "executables": [
            "are"
          ],
          "gpr-externals": {
            "ARE_BUILD": [
              "distrib",
              "debug",
              "optimize",
              "profile",
              "coverage"
            ],
            "ARE_SWITCH": [
              "NO_CALLBACK",
              "HAS_CALLBACK"
            ],
            "UTIL_OS": [
              "win32",
              "win64",
              "linux32",
              "linux64",
              "macos64",
              "netbsd32",
              "netbsd64",
              "freebsd32",
              "freebsd64"
            ]
          },
          "gpr-set-externals": {
            "ARE_BUILD": "distrib",
            "ARE_SWITCH": "HAS_CALLBACK",
            "case(os)": {
              "linux": {
                "case(word-size)": {
                  "bits-32": {
                    "UTIL_OS": "linux32"
                  },
                  "bits-64": {
                    "UTIL_OS": "linux64"
                  }
                }
              },
              "macos": {
                "UTIL_OS": "macos64"
              },
              "windows": {
                "case(word-size)": {
                  "bits-32": {
                    "UTIL_OS": "win32"
                  },
                  "bits-64": {
                    "UTIL_OS": "win64"
                  }
                }
              }
            }
          },
          "licenses": "Apache-2.0",
          "long-description": "\n[![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/resource-embedder/badges/build.json)](https://porion.vacs.fr/porion/projects/view/resource-embedder)\n[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/resource-embedder/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/resource-embedder)\n[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/resource-embedder/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/resource-embedder)\n[![Documentation Status](https://readthedocs.org/projects/resource-embedder/badge/?version=latest)](https://resource-embedder.readthedocs.io/en/latest/?badge=latest)\n\nThe resource embedder allows to embed files in binaries by producing C, Ada or Go source\nfiles that contain the original files.\n\nTo generate a `config.ads` and `config.adb` Ada package with the resources, you may use:\n\n```\nare --lang=Ada -o src --resource=config --name-access --fileset='**/*.conf' config\n```\n\nComplex resource integrations are best described with and XML and are generated with:\n\n```\nare --lang=Ada -o src --rule=package.xml --name-access .\n```\n\nFor Ada, it generates the following package declaration with the `Get_Content` function\nthat gives access to the files.  The Ada body contains the content of each embedded file.\n\n```Ada\npackage Config is\n  function Get_Content (Name : in String)\n    return access constant String;\nend Config;\n```\n\n",
          "maintainers": [
            "Stephane.Carrez@gmail.com"
          ],
          "maintainers-logins": [
            "stcarrez"
          ],
          "name": "are",
          "origin": {
            "commit": "492468e6cc293a393949ac800ce0ba76d6e899b0",
            "url": "git+https://gitlab.com/stcarrez/resource-embedder.git"
          },
          "project-files": [
            "are_tool.gpr"
          ],
          "tags": [
            "resource",
            "embedder",
            "generator"
          ],
          "version": "1.5.0",
          "website": "https://gitlab.com/stcarrez/resource-embedder"
        },
        "path": "index/ar/are/are-1.5.0.toml",
        "version": "1.5.0"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "xmlada",
            "package": "xmlada",
            "provided_version": "23.0.0",
            "requirement": "~23.0.0",
            "resolved": true,
            "version": "23.0.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "utilada",
            "package": "utilada",
            "provided_version": "2.9.0",
            "requirement": "^2.6.0",
            "resolved": true,
            "version": "2.9.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "elada",
            "package": "elada",
            "provided_version": "1.8.8",
            "requirement": "^1.8.6",
            "resolved": true,
            "version": "1.8.8"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Stephane.Carrez@gmail.com"
          ],
          "available": {
            "case(os)": {
              "...": false,
              "linux": true,
              "macos": true,
              "windows": true
            }
          },
          "configuration": {
            "disabled": true
          },
          "depends-on": [
            {
              "elada": "^1.8.6",
              "utilada": "^2.6.0",
              "xmlada": "~23.0.0"
            }
          ],
          "description": "Advanced Resource Embedder",
          "environment": {
            "MANPATH": {
              "prepend": "${CRATE_ROOT}/man"
            },
            "PATH": {
              "prepend": "${CRATE_ROOT}/bin"
            }
          },
          "executables": [
            "are"
          ],
          "gpr-externals": {
            "ARE_BUILD": [
              "distrib",
              "debug",
              "optimize",
              "profile",
              "coverage"
            ],
            "ARE_SWITCH": [
              "NO_CALLBACK",
              "HAS_CALLBACK"
            ],
            "UTIL_OS": [
              "win32",
              "win64",
              "linux32",
              "linux64",
              "macos64",
              "netbsd32",
              "netbsd64",
              "freebsd32",
              "freebsd64"
            ]
          },
          "gpr-set-externals": {
            "ARE_BUILD": "distrib",
            "ARE_SWITCH": "HAS_CALLBACK",
            "case(os)": {
              "linux": {
                "case(word-size)": {
                  "bits-32": {
                    "UTIL_OS": "linux32"
                  },
                  "bits-64": {
                    "UTIL_OS": "linux64"
                  }
                }
              },
              "macos": {
                "UTIL_OS": "macos64"
              },
              "windows": {
                "case(word-size)": {
                  "bits-32": {
                    "UTIL_OS": "win32"
                  },
                  "bits-64": {
                    "UTIL_OS": "win64"
                  }
                }
              }
            }
          },
          "licenses": "Apache-2.0",
          "long-description": "\n[![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/resource-embedder/badges/build.json)](https://porion.vacs.fr/porion/projects/view/resource-embedder)\n[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/resource-embedder/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/resource-embedder)\n[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/resource-embedder/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/resource-embedder)\n[![Documentation Status](https://readthedocs.org/projects/resource-embedder/badge/?version=latest)](https://resource-embedder.readthedocs.io/en/latest/?badge=latest)\n\nThe resource embedder allows to embed files in binaries by producing C, Ada or Go source\nfiles that contain the original files.\n\nTo generate a `config.ads` and `config.adb` Ada package with the resources, you may use:\n\n```\nare --lang=Ada -o src --resource=config --name-access --fileset='**/*.conf' config\n```\n\nComplex resource integrations are best described with and XML and are generated with:\n\n```\nare --lang=Ada -o src --rule=package.xml --name-access .\n```\n\nFor Ada, it generates the following package declaration with the `Get_Content` function\nthat gives access to the files.  The Ada body contains the content of each embedded file.\n\n```Ada\npackage Config is\n  function Get_Content (Name : in String)\n    return access constant String;\nend Config;\n```\n\n",
          "maintainers": [
            "Stephane.Carrez@gmail.com"
          ],
          "maintainers-logins": [
            "stcarrez"
          ],
          "name": "are",
          "origin": {
            "commit": "a458cb9ec097961321fa730df5a93a1606a69624",
            "url": "git+https://gitlab.com/stcarrez/resource-embedder.git"
          },
          "project-files": [
            "are_tool.gpr"
          ],
          "tags": [
            "resource",
            "embedder",
            "generator"
          ],
          "version": "1.4.0",
          "website": "https://gitlab.com/stcarrez/resource-embedder"
        },
        "path": "index/ar/are/are-1.4.0.toml",
        "version": "1.4.0"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "xmlada",
            "package": "xmlada",
            "provided_version": "23.0.0",
            "requirement": "~23.0.0",
            "resolved": true,
            "version": "23.0.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "utilada",
            "package": "utilada",
            "provided_version": "2.9.0",
            "requirement": "^2.6.0",
            "resolved": true,
            "version": "2.9.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "elada",
            "package": "elada",
            "provided_version": "1.8.8",
            "requirement": "^1.8.6",
            "resolved": true,
            "version": "1.8.8"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Stephane.Carrez@gmail.com"
          ],
          "available": {
            "case(os)": {
              "...": false,
              "linux": true,
              "macos": true,
              "windows": true
            }
          },
          "configuration": {
            "disabled": true
          },
          "depends-on": [
            {
              "elada": "^1.8.6",
              "utilada": "^2.6.0",
              "xmlada": "~23.0.0"
            }
          ],
          "description": "Advanced Resource Embedder",
          "environment": {
            "MANPATH": {
              "prepend": "${CRATE_ROOT}/man"
            },
            "PATH": {
              "prepend": "${CRATE_ROOT}/bin"
            }
          },
          "executables": [
            "are"
          ],
          "gpr-externals": {
            "ARE_BUILD": [
              "distrib",
              "debug",
              "optimize",
              "profile",
              "coverage"
            ],
            "ARE_SWITCH": [
              "NO_CALLBACK",
              "HAS_CALLBACK"
            ],
            "UTIL_OS": [
              "win32",
              "win64",
              "linux32",
              "linux64",
              "macos64",
              "netbsd32",
              "netbsd64",
              "freebsd32",
              "freebsd64"
            ]
          },
          "gpr-set-externals": {
            "ARE_BUILD": "distrib",
            "ARE_SWITCH": "HAS_CALLBACK",
            "case(os)": {
              "linux": {
                "case(word-size)": {
                  "bits-32": {
                    "UTIL_OS": "linux32"
                  },
                  "bits-64": {
                    "UTIL_OS": "linux64"
                  }
                }
              },
              "macos": {
                "UTIL_OS": "macos64"
              },
              "windows": {
                "case(word-size)": {
                  "bits-32": {
                    "UTIL_OS": "win32"
                  },
                  "bits-64": {
                    "UTIL_OS": "win64"
                  }
                }
              }
            }
          },
          "licenses": "Apache-2.0",
          "long-description": "\n[![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/resource-embedder/badges/build.json)](https://porion.vacs.fr/porion/projects/view/resource-embedder)\n[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/resource-embedder/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/resource-embedder)\n[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/resource-embedder/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/resource-embedder)\n[![Documentation Status](https://readthedocs.org/projects/resource-embedder/badge/?version=latest)](https://resource-embedder.readthedocs.io/en/latest/?badge=latest)\n\nThe resource embedder allows to embed files in binaries by producing C, Ada or Go source\nfiles that contain the original files.\n\nTo generate a `config.ads` and `config.adb` Ada package with the resources, you may use:\n\n```\nare --lang=Ada -o src --resource=config --name-access --fileset='**/*.conf' config\n```\n\nComplex resource integrations are best described with and XML and are generated with:\n\n```\nare --lang=Ada -o src --rule=package.xml --name-access .\n```\n\nFor Ada, it generates the following package declaration with the `Get_Content` function\nthat gives access to the files.  The Ada body contains the content of each embedded file.\n\n```Ada\npackage Config is\n  function Get_Content (Name : in String)\n    return access constant String;\nend Config;\n```\n\n",
          "maintainers": [
            "Stephane.Carrez@gmail.com"
          ],
          "maintainers-logins": [
            "stcarrez"
          ],
          "name": "are",
          "origin": {
            "commit": "7102b4b8270334d570428a5e220c40b22c5c3274",
            "url": "git+https://gitlab.com/stcarrez/resource-embedder.git"
          },
          "project-files": [
            "are_tool.gpr"
          ],
          "tags": [
            "resource",
            "embedder",
            "generator"
          ],
          "version": "1.3.0",
          "website": "https://gitlab.com/stcarrez/resource-embedder"
        },
        "path": "index/ar/are/are-1.3.0.toml",
        "version": "1.3.0"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "xmlada",
            "package": "xmlada",
            "provided_version": "21.0.0",
            "requirement": "~21.0.0",
            "resolved": true,
            "version": "21.0.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Stephane.Carrez@gmail.com"
          ],
          "available": {
            "case(os)": {
              "...": false,
              "linux": true,
              "macos": true,
              "windows": true
            }
          },
          "configuration": {
            "disabled": true
          },
          "depends-on": [
            {
              "xmlada": "~21.0.0"
            }
          ],
          "description": "Advanced Resource Embedder",
          "executables": [
            "are"
          ],
          "gpr-externals": {
            "ARE_SWITCH": [
              "NO_CALLBACK",
              "HAS_CALLBACK"
            ],
            "BUILD": [
              "distrib",
              "debug",
              "optimize",
              "profile",
              "coverage"
            ],
            "UTIL_OS": [
              "win32",
              "win64",
              "linux32",
              "linux64",
              "macos64",
              "netbsd32",
              "netbsd64",
              "freebsd32",
              "freebsd64"
            ]
          },
          "gpr-set-externals": {
            "ARE_SWITCH": "NO_CALLBACK",
            "BUILD": "distrib",
            "case(os)": {
              "linux": {
                "case(word-size)": {
                  "bits-32": {
                    "UTIL_OS": "linux32"
                  },
                  "bits-64": {
                    "UTIL_OS": "linux64"
                  }
                }
              },
              "macos": {
                "UTIL_OS": "macos64"
              },
              "windows": {
                "case(word-size)": {
                  "bits-32": {
                    "UTIL_OS": "win32"
                  },
                  "bits-64": {
                    "UTIL_OS": "win64"
                  }
                }
              }
            }
          },
          "licenses": "Apache-2.0",
          "long-description": "\n[![Build Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/resource-embedder/badges/build.json)](https://porion.vacs.fr/porion/projects/view/resource-embedder)\n[![Test Status](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/resource-embedder/badges/tests.json)](https://porion.vacs.fr/porion/projects/view/resource-embedder)\n[![Coverage](https://img.shields.io/endpoint?url=https://porion.vacs.fr/porion/api/v1/projects/resource-embedder/badges/coverage.json)](https://porion.vacs.fr/porion/projects/view/resource-embedder)\n[![Documentation Status](https://readthedocs.org/projects/resource-embedder/badge/?version=latest)](https://resource-embedder.readthedocs.io/en/latest/?badge=latest)\n\nThe resource embedder allows to embed files in binaries by producing C, Ada or Go source\nfiles that contain the original files.\n\nTo generate a `config.ads` and `config.adb` Ada package with the resources, you may use:\n\n```\nare --lang=Ada -o src --resource=config --name-access --fileset='**/*.conf' config\n```\n\nComplex resource integrations are best described with and XML and are generated with:\n\n```\nare --lang=Ada -o src --rule=package.xml --name-access .\n```\n\nFor Ada, it generates the following package declaration with the `Get_Content` function\nthat gives access to the files.  The Ada body contains the content of each embedded file.\n\n```Ada\npackage Config is\n  function Get_Content (Name : in String)\n    return access constant String;\nend Config;\n```\n\n",
          "maintainers": [
            "Stephane.Carrez@gmail.com"
          ],
          "maintainers-logins": [
            "stcarrez"
          ],
          "name": "are",
          "origin": {
            "commit": "16239a8b9653f085a542d7b4838110675d80dc73",
            "url": "git+https://gitlab.com/stcarrez/resource-embedder.git"
          },
          "project-files": [
            "are.gpr"
          ],
          "tags": [
            "resource",
            "embedder",
            "generator"
          ],
          "version": "1.2.0",
          "website": "https://gitlab.com/stcarrez/resource-embedder"
        },
        "path": "index/ar/are/are-1.2.0.toml",
        "version": "1.2.0"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "xmlada",
            "package": "xmlada",
            "provided_version": "21.0.0",
            "requirement": "~21.0.0",
            "resolved": true,
            "version": "21.0.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Stephane.Carrez@gmail.com"
          ],
          "available": {
            "case(os)": {
              "...": false,
              "linux": true,
              "macos": false,
              "windows": true
            }
          },
          "depends-on": [
            {
              "xmlada": "~21.0.0"
            }
          ],
          "description": "Advanced Resource Embedder",
          "gpr-externals": {
            "ARE_SWITCH": [
              "NO_CALLBACK",
              "HAS_CALLBACK"
            ],
            "BUILD": [
              "distrib",
              "debug",
              "optimize",
              "profile",
              "coverage"
            ],
            "UTIL_OS": [
              "win32",
              "win64",
              "linux32",
              "linux64",
              "macos64",
              "netbsd32",
              "netbsd64",
              "freebsd32",
              "freebsd64"
            ]
          },
          "gpr-set-externals": {
            "ARE_SWITCH": "NO_CALLBACK",
            "BUILD": "distrib",
            "case(os)": {
              "linux": {
                "case(word-size)": {
                  "bits-32": {
                    "UTIL_OS": "linux32"
                  },
                  "bits-64": {
                    "UTIL_OS": "linux64"
                  }
                }
              },
              "macos": {
                "UTIL_OS": "macos64"
              },
              "windows": {
                "case(word-size)": {
                  "bits-32": {
                    "UTIL_OS": "win32"
                  },
                  "bits-64": {
                    "UTIL_OS": "win64"
                  }
                }
              }
            }
          },
          "licenses": "Apache-2.0",
          "long-description": "\n[![Build Status](https://img.shields.io/jenkins/s/https/jenkins.vacs.fr/Bionic-Resource-Embedder.svg)](http://jenkins.vacs.fr/job/Bionic-Resource-Embedder/)\n[![Test Status](https://img.shields.io/jenkins/t/https/jenkins.vacs.fr/Bionic-Resource-Embedder.svg)](http://jenkins.vacs.fr/job/Bionic-Resource-Embedder/)\n[![codecov](https://codecov.io/gh/stcarrez/resource-embedder/branch/master/graph/badge.svg)](https://codecov.io/gh/stcarrez/resource-embedder)\n[![Documentation Status](https://readthedocs.org/projects/resource-embedder/badge/?version=latest)](https://resource-embedder.readthedocs.io/en/latest/?badge=latest)\n\nThe resource embedder allows to embed files in binaries by producing C, Ada or Go source\nfiles that contain the original files.\n\nTo generate a `config.ads` and `config.adb` Ada package with the resources, you may use:\n\n```\nare --lang=Ada -o src --resource=config --name-access --fileset='**/*.conf' config\n```\n\nComplex resource integrations are best described with and XML and are generated with:\n\n```\nare --lang=Ada -o src --rule=package.xml --name-access .\n```\n\nFor Ada, it generates the following package declaration with the `Get_Content` function\nthat gives access to the files.  The Ada body contains the content of each embedded file.\n\n```Ada\npackage Config is\n  function Get_Content (Name : in String)\n    return access constant String;\nend Config;\n```\n\n",
          "maintainers": [
            "Stephane.Carrez@gmail.com"
          ],
          "maintainers-logins": [
            "stcarrez"
          ],
          "name": "are",
          "origin": {
            "commit": "cf491d2c73c90daace4e39dbc221a4b4990a349f",
            "url": "git+https://github.com/stcarrez/resource-embedder.git"
          },
          "project-files": [
            "are.gpr"
          ],
          "tags": [
            "resource",
            "embedder",
            "generator"
          ],
          "version": "1.1.0",
          "website": "https://gitlab.com/stcarrez/resource-embedder"
        },
        "path": "index/ar/are/are-1.1.0.toml",
        "version": "1.1.0"
      }
    ]
  },
  "schema_version": 4
}
