Packages

A tiny, idiomatic CRC-32 (CRC-32/ISO-HDLC) library for Gleam.

Current section

Files

Jump to
crc32 gleam.toml
Raw

gleam.toml

name = "crc32"
version = "0.1.0"
description = "A tiny, idiomatic CRC-32 (CRC-32/ISO-HDLC) library for Gleam."
licences = ["MIT"]
repository = { type = "github", user = "gleam-foundry", repo = "crc32" }
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
[dev_dependencies]
argv = ">= 1.1.0 and < 2.0.0"
file_streams = ">= 2.0.0 and < 3.0.0"
gleeunit = ">= 1.0.0 and < 2.0.0"