{
  "authors": [
    "Jeff Carter"
  ],
  "build-switches": {
    "*": {
      "ada_version": "Ada12",
      "style_checks": "No"
    }
  },
  "depends-on": [
    {
      "gnat": "<13.0 | >=13.3"
    }
  ],
  "description": "Cyclic Redundancy Check to verify data integrity (ISO 3309)",
  "licenses": "BSD-3-Clause",
  "long-description": "# CRC-32\nCyclic Redundancy Check to verify data integrity (ISO 3309)\n\nDerived, with extensive modifications, from Zip.CRC_Crypto by Gautier de Montmollin.\n",
  "maintainers": [
    "Bent Bracke <bent@bracke.dk>"
  ],
  "maintainers-logins": [
    "bracke"
  ],
  "name": "crc_32",
  "origin": {
    "commit": "6197de2ca333b4730f75d5804cfdd6c881e9f1de",
    "url": "git+https://github.com/bracke/CRC-32.git"
  },
  "tags": [
    "crc",
    "iso3309",
    "data",
    "redundancy",
    "verification"
  ],
  "version": "20240725.0.0",
  "website": "https://github.com/bracke/CRC-32"
}
