{
  "authors": [
    "Gautier de Montmollin"
  ],
  "description": "Manage Zip Archives and raw LZMA streams",
  "executables": [
    "comp_zip",
    "find_zip",
    "lzma_dec",
    "lzma_enc",
    "rezip",
    "unzipada",
    "zipada",
    "zip_dir_list"
  ],
  "gpr-set-externals": {
    "case(os)": {
      "macos": {
        "Zip_OS": "MacOSX"
      },
      "windows": {
        "Zip_OS": "Win64"
      }
    }
  },
  "licenses": "MIT",
  "long-description": "![Zip-Ada logo](https://unzip-ada.sourceforge.io/za_logo.png)\n\nZip-Ada is a free, open-source programming library for dealing with the Zip compressed archive file format.\nThe full sources of Zip-Ada are in Ada, compilable on every compiler and for every system (*).\n\nKey features of Zip-Ada:\n\n* Files and streams supported, for archives and entries, for compression and decompression\n* Task safe\n* Endian-neutral\n* Standalone\n* Zip methods supported for compression: Reduce, Shrink, Deflate, LZMA.\n* Zip methods supported for decompression: the above methods, plus: Implode, Deflate64, BZip2\n* Library is in pure Ada 2005 (nothing compiler/system specific), can be used in projects in Ada 2005, Ada 2012 and later versions of the language\n* Unconditionally portable (*)\n* Tests and demos included\n\nThe library includes a standalone generic streaming LZMA encoder and decoder\n(can be used outside of the Zip archive context).\n\n___\n\n(*) within limits of compiler's provided integer types and target architecture capacity.\n",
  "maintainers": [
    "gdemont@hotmail.com"
  ],
  "maintainers-logins": [
    "mosteo",
    "zertovitch"
  ],
  "name": "zipada",
  "origin": {
    "hashes": [
      "sha512:c9f5871c0405cd8da048e388a0ea88dbce861d34196d96bf0c0dd847481d48630d8dbbd732948c24ab2ca4234983c54e26c4ee8608eddaf59bb58e323cb9761a"
    ],
    "url": "https://sourceforge.net/projects/unzip-ada/files/zipada59.zip"
  },
  "project-files": [
    "zipada.gpr"
  ],
  "tags": [
    "zip",
    "archive",
    "compression",
    "deflate",
    "lzma",
    "bzip2",
    "lzw",
    "shrink"
  ],
  "version": "59.0.0",
  "website": "https://unzip-ada.sourceforge.io/"
}
