Packages

A pure Gleam package to compute the edit distance of two strings

Current section

Files

Jump to
edit_distance gleam.toml
Raw

gleam.toml

name = "edit_distance"
version = "3.0.0"
description = "A pure Gleam package to compute the edit distance of two strings"
licences = ["Apache-2.0"]
repository = { type = "github", user = "giacomocavalieri", repo = "edit_distance" }
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
prng = ">= 4.0.1 and < 5.0.0"