From 6a9d17f16ae1df9415586a234cd54ea2aaa92fb5 Mon Sep 17 00:00:00 2001 From: Daniel King Date: Mon, 23 Jun 2025 10:38:30 +0100 Subject: [PATCH] libcrc 1.0.0 (#1509) --- index/li/libcrc/libcrc-1.0.0.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 index/li/libcrc/libcrc-1.0.0.toml diff --git a/index/li/libcrc/libcrc-1.0.0.toml b/index/li/libcrc/libcrc-1.0.0.toml new file mode 100644 index 00000000..0e98f63d --- /dev/null +++ b/index/li/libcrc/libcrc-1.0.0.toml @@ -0,0 +1,15 @@ +name = "libcrc" +description = "Cyclic Redundancy Check (CRC) Library" +version = "1.0.0" + +authors = ["Daniel King"] +maintainers = ["Daniel King "] +maintainers-logins = ["damaki"] +licenses = "Apache-2.0" +website = "https://github.com/damaki/libcrc" +tags = ["crc", "crc32", "spark", "error-checking"] + +[origin] +commit = "bb1d5fd0b7fa209348ecf574f2d00ea333c33e79" +url = "git+https://github.com/damaki/libcrc.git" +