Current section
Files
Jump to
Current section
Files
gleam.toml
# SPDX-FileCopyrightText: 2025-2026 eaon <eaon@posteo.net>
# SPDX-License-Identifier: MIT
name = "murmur3a"
version = "1.0.3"
description = "32 bit variant of the Murmur3 non-cryptographic hash function"
licences = ["MIT"]
repository = { type = "codeberg", user = "eaon", repo = "murmur3a" }
[javascript]
runtime = "bun"
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev-dependencies]
startest = ">= 0.8.0 and < 1.0.0"