{
  "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": "SPDX license detection and management tool",
    "development_only": false,
    "latest_version": "1.0.0",
    "name": "spdx_tool",
    "selected_version": "1.0.0",
    "versions": [
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "utilada",
            "package": "utilada",
            "provided_version": "2.9.0",
            "requirement": "^2.8.0",
            "resolved": true,
            "version": "2.9.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "utilada_xml",
            "package": "utilada_xml",
            "provided_version": "2.9.0",
            "requirement": "^2.8.0",
            "resolved": true,
            "version": "2.9.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "sciada",
            "package": "sciada",
            "provided_version": "0.4.0",
            "requirement": "~0.4.0",
            "resolved": true,
            "version": "0.4.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "spdx",
            "package": "spdx",
            "provided_version": "0.2.0",
            "requirement": "~0.2.0",
            "resolved": true,
            "version": "0.2.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "ansiada",
            "package": "ansiada",
            "provided_version": "1.1.0",
            "requirement": "^1.0.0",
            "resolved": true,
            "version": "1.1.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "intl",
            "package": "intl",
            "provided_version": "1.0.1",
            "requirement": "^1.0.1",
            "resolved": true,
            "version": "1.0.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "printer_toolkit",
            "package": "printer_toolkit",
            "provided_version": "0.2.0",
            "requirement": "~0.2.0",
            "resolved": true,
            "version": "0.2.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "ada_toml",
            "package": "ada_toml",
            "provided_version": "0.5.0",
            "requirement": "~0.5.0",
            "resolved": true,
            "version": "0.5.0"
          },
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "magicada",
            "package": "magicada",
            "provided_version": "1.0.1",
            "requirement": "^1",
            "resolved": true,
            "version": "1.0.1"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "actions": [
            {
              "command": [
                "sh",
                "./alire-setup.sh"
              ],
              "type": "post-fetch"
            }
          ],
          "authors": [
            "ciceron"
          ],
          "depends-on": [
            {
              "ada_toml": "~0.5.0",
              "ansiada": "^1.0.0",
              "case(os)": {
                "linux": {
                  "magicada": "^1"
                }
              },
              "intl": "^1.0.1",
              "printer_toolkit": "~0.2.0",
              "sciada": "~0.4.0",
              "spdx": "~0.2.0",
              "utilada": "^2.8.0",
              "utilada_xml": "^2.8.0"
            }
          ],
          "description": "SPDX license detection and management tool",
          "executables": [
            "spdx-tool"
          ],
          "gpr-set-externals": {
            "case(os)": {
              "freebsd": {
                "USE_MAGICADA": "no"
              },
              "linux": {
                "USE_MAGICADA": "yes"
              },
              "macos": {
                "USE_MAGICADA": "no"
              },
              "windows": {
                "USE_MAGICADA": "no"
              }
            }
          },
          "licenses": "Apache-2.0",
          "long-description": "spdx-tool scans the source files to identify licenses and allows to update them in order to use the\nSPDX license format.  It can be used to:\n\n* identify the license used in source files of a project,\n* produce a JSON/XML report for the licenses found with the list of files,\n* replace a license header by the [SPDX license](https://spdx.org/licenses/) tag equivalent.\n\nIdentify licenses used in a project:\n\n```\nspdx-tool\n```\n\nIdentify files matching a given license:\n\n```\nspdx-tool --only-licenses=Apache-2.0 -f\n```\n\nCheck the license header before replacing it:\n\n```\nspdx-tool --only-licenses=Apache-2.0 --print-license --line-number src\n```\n\nReplace the license header by the `SPDX-License-Identifier` header:\n\n```\nspdx-tool --only-licenses=Apache-2.0 --update=spdx src\n```\n\nBuild an XML or JSON report of files with their licenses:\n\n```\nspdx-tool --output-xml=report.xml\n```\n\n## Documentation\n\n* Man page: [spdx-tool (1)](https://gitlab.com/stcarrez/spdx-tool/-/blob/main/docs/spdx-tool.md?ref_type=heads)\n\n",
          "maintainers": [
            "ciceron <Stephane.Carrez@gmail.com>"
          ],
          "maintainers-logins": [
            "stcarrez"
          ],
          "name": "spdx_tool",
          "origin": {
            "commit": "a2c70523a2c712053ef6f4780b1dc0e875782058",
            "url": "git+https://gitlab.com/stcarrez/spdx-tool.git"
          },
          "project-files": [
            "spdx_tool.gpr"
          ],
          "tags": [
            "tools",
            "spdx",
            "license"
          ],
          "version": "1.0.0",
          "website": "https://github.com/stcarrez/spdx-tool"
        },
        "path": "index/sp/spdx_tool/spdx_tool-1.0.0.toml",
        "version": "1.0.0"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "utilada",
            "package": "utilada",
            "provided_version": "2.9.0",
            "requirement": "^2.8.0",
            "resolved": true,
            "version": "2.9.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "utilada_xml",
            "package": "utilada_xml",
            "provided_version": "2.9.0",
            "requirement": "^2.8.0",
            "resolved": true,
            "version": "2.9.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "sciada",
            "package": "sciada",
            "provided_version": "0.4.0",
            "requirement": "~0.4.0",
            "resolved": true,
            "version": "0.4.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "spdx",
            "package": "spdx",
            "provided_version": "0.2.0",
            "requirement": "~0.2.0",
            "resolved": true,
            "version": "0.2.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "ansiada",
            "package": "ansiada",
            "provided_version": "1.1.0",
            "requirement": "^1.0.0",
            "resolved": true,
            "version": "1.1.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "intl",
            "package": "intl",
            "provided_version": "1.0.1",
            "requirement": "^1.0.1",
            "resolved": true,
            "version": "1.0.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "printer_toolkit",
            "package": "printer_toolkit",
            "provided_version": "0.2.0",
            "requirement": "~0.2.0",
            "resolved": true,
            "version": "0.2.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "ada_toml",
            "package": "ada_toml",
            "provided_version": "0.5.0",
            "requirement": "~0.5.0",
            "resolved": true,
            "version": "0.5.0"
          },
          {
            "catalog": "community",
            "condition": "case(os)=linux",
            "name": "magicada",
            "package": "magicada",
            "provided_version": "1.0.1",
            "requirement": "^1",
            "resolved": true,
            "version": "1.0.1"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "actions": [
            {
              "command": [
                "sh",
                "./alire-setup.sh"
              ],
              "type": "post-fetch"
            }
          ],
          "authors": [
            "ciceron"
          ],
          "depends-on": [
            {
              "ada_toml": "~0.5.0",
              "ansiada": "^1.0.0",
              "case(os)": {
                "linux": {
                  "magicada": "^1"
                }
              },
              "intl": "^1.0.1",
              "printer_toolkit": "~0.2.0",
              "sciada": "~0.4.0",
              "spdx": "~0.2.0",
              "utilada": "^2.8.0",
              "utilada_xml": "^2.8.0"
            }
          ],
          "description": "SPDX license detection and management tool",
          "executables": [
            "spdx-tool"
          ],
          "gpr-set-externals": {
            "case(os)": {
              "freebsd": {
                "USE_MAGICADA": "no"
              },
              "linux": {
                "USE_MAGICADA": "yes"
              },
              "macos": {
                "USE_MAGICADA": "no"
              },
              "windows": {
                "USE_MAGICADA": "no"
              }
            }
          },
          "licenses": "Apache-2.0",
          "long-description": "spdx-tool scans the source files to identify licenses and allows to update them in order to use the\nSPDX license format.  It can be used to:\n\n* identify the license used in source files of a project,\n* produce a JSON/XML report for the licenses found with the list of files,\n* replace a license header by the [SPDX license](https://spdx.org/licenses/) tag equivalent.\n\nIdentify licenses used in a project:\n\n```\nspdx-tool\n```\n\nIdentify files matching a given license:\n\n```\nspdx-tool --only-licenses=Apache-2.0 -f\n```\n\nCheck the license header before replacing it:\n\n```\nspdx-tool --only-licenses=Apache-2.0 --print-license --line-number src\n```\n\nReplace the license header by the `SPDX-License-Identifier` header:\n\n```\nspdx-tool --only-licenses=Apache-2.0 --update=spdx src\n```\n\nBuild an XML or JSON report of files with their licenses:\n\n```\nspdx-tool --output-xml=report.xml\n```\n\n## Documentation\n\n* Man page: [spdx-tool (1)](https://gitlab.com/stcarrez/spdx-tool/-/blob/main/docs/spdx-tool.md?ref_type=heads)\n\n",
          "maintainers": [
            "ciceron <Stephane.Carrez@gmail.com>"
          ],
          "maintainers-logins": [
            "stcarrez"
          ],
          "name": "spdx_tool",
          "origin": {
            "commit": "0ca2cee437e71cd5f8a32edaa6f3facff8868be3",
            "url": "git+https://gitlab.com/stcarrez/spdx-tool.git"
          },
          "project-files": [
            "spdx_tool.gpr"
          ],
          "tags": [
            "tools",
            "spdx",
            "license"
          ],
          "version": "0.4.1",
          "website": "https://github.com/stcarrez/spdx-tool"
        },
        "path": "index/sp/spdx_tool/spdx_tool-0.4.1.toml",
        "version": "0.4.1"
      }
    ]
  },
  "schema_version": 4
}
