{
  "authors": [
    "Yurii Rashkovskii"
  ],
  "depends-on": [
    {
      "gnat": ">=13 & <17"
    }
  ],
  "description": "Fast CRC-16, CRC-32, and CRC-64 algorithms for Ada",
  "gpr-set-externals": {
    "case(host-arch)": {
      "aarch64": {
        "FLYOLOGY_CRC_ARCH": "aarch64"
      },
      "x86-64": {
        "FLYOLOGY_CRC_ARCH": "x86_64"
      }
    },
    "case(os)": {
      "linux": {
        "FLYOLOGY_CRC_HOST_OS": "linux"
      },
      "macos": {
        "FLYOLOGY_CRC_HOST_OS": "macos"
      }
    }
  },
  "licenses": "MIT OR Apache-2.0",
  "maintainers": [
    "Yurii Rashkovskii <yrashk@gmail.com>"
  ],
  "maintainers-logins": [
    "yrashk"
  ],
  "name": "flyology_crc",
  "origin": {
    "commit": "672792abaf5edb43716a62d08593d65a97fa68c9",
    "url": "git+https://github.com/flyology-ada/flyology-crc.git"
  },
  "project-files": [
    "flyology_crc.gpr"
  ],
  "tags": [
    "ada",
    "crc",
    "checksum",
    "simd"
  ],
  "version": "0.1.0"
}
