From 7aba0a2e1df70321cc2c463dcc022ee8e34ff077 Mon Sep 17 00:00:00 2001 From: Bent Bracke Date: Mon, 12 Aug 2024 12:14:36 +0200 Subject: [PATCH] crc_32 20240725.0.0 (#1180) --- index/cr/crc_32/crc_32-20240725.0.0.toml | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 index/cr/crc_32/crc_32-20240725.0.0.toml diff --git a/index/cr/crc_32/crc_32-20240725.0.0.toml b/index/cr/crc_32/crc_32-20240725.0.0.toml new file mode 100644 index 00000000..53e010c3 --- /dev/null +++ b/index/cr/crc_32/crc_32-20240725.0.0.toml @@ -0,0 +1,29 @@ +name = "crc_32" +description = "Cyclic Redundancy Check to verify data integrity (ISO 3309)" +version = "20240725.0.0" + +authors = ["Jeff Carter"] +maintainers = ["Bent Bracke "] +maintainers-logins = ["bracke"] +licenses = "BSD-3-Clause" +website = "https://github.com/bracke/CRC-32" +tags = ["crc", "iso3309", "data", "redundancy", "verification"] + +long-description = """ +# CRC-32 +Cyclic Redundancy Check to verify data integrity (ISO 3309) + +Derived, with extensive modifications, from Zip.CRC_Crypto by Gautier de Montmollin. +""" + +[build-switches] +"*".style_checks = "No" +"*".ada_version = "Ada12" + +[[depends-on]] # Avoid bug in GNAT 13 +gnat = "<13.0 | >=13.3" + +[origin] +commit = "6197de2ca333b4730f75d5804cfdd6c881e9f1de" +url = "git+https://github.com/bracke/CRC-32.git" +