{
  "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": "Standalone version of the Zlib Deflate compression algorithm",
    "development_only": false,
    "latest_version": "20240724.0.0",
    "name": "z_compression",
    "selected_version": "20240724.0.0",
    "versions": [
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "image_io",
            "path": "index/im/image_io/image_io-20240725.0.0.toml",
            "provided_version": "20240724.0.0",
            "qualifies": true,
            "requirement": "^20240724.0.0",
            "requires": "z_compression",
            "selected": true,
            "version": "20240725.0.0"
          }
        ],
        "dependencies": [
          {
            "catalog": "flyology",
            "condition": null,
            "name": "gnat",
            "package": "gnat_flyology_native",
            "provided_version": "16.2.0",
            "requirement": "<13.0 | >=13.3",
            "resolved": true,
            "version": "16.2.0-patchset.1.1.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Jeffrey R. Carter"
          ],
          "build-switches": {
            "*": {
              "ada_version": "Ada12",
              "style_checks": "No"
            }
          },
          "depends-on": [
            {
              "gnat": "<13.0 | >=13.3"
            }
          ],
          "description": "Standalone version of the Zlib Deflate compression algorithm",
          "licenses": "BSD-3-Clause",
          "long-description": "# Z_Compression\nStandalone version of the Zlib Deflate compression algorithm, derived from de Montmollin's Zip-Ada\n\nZ_Compression.Compress applies Deflate to an input stream of bytes, defined by its generic formal subprograms Out_Of_Data and Next, producing an output stream of bytes that are passed to the generic formal procedure Put. The output may be in Zlib or raw Deflate formats.\n\nZC_Test is a test/demo program for Z_Compression. Building it should also compile Z_Compression. It is invoked as\n\n```\nzc_test <file name>\n```\n\nNo error checking or handling is done. It compresses the given file into a Zlib format file. The output file name is the input file name with \".zc\" appended.\n",
          "maintainers": [
            "Bent Bracke <bent@bracke.dk>"
          ],
          "maintainers-logins": [
            "bracke"
          ],
          "name": "z_compression",
          "origin": {
            "commit": "f116f336e7d0b24f7af2a22f44d1e9e1491159ec",
            "url": "git+https://github.com/bracke/Z_Compression.git"
          },
          "tags": [
            "zlib",
            "deflate",
            "compression"
          ],
          "version": "20240724.0.0",
          "website": "https://github.com/bracke/Z_Compression"
        },
        "path": "index/z_/z_compression/z_compression-20240724.0.0.toml",
        "version": "20240724.0.0"
      }
    ]
  },
  "schema_version": 4
}
