Packages

Convert Oniguruma regex patterns to gleam_regexp compatible patterns

Current section

Files

Jump to
onigleam gleam.toml
Raw

gleam.toml

name = "onigleam"
version = "1.0.0"
description = "Convert Oniguruma regex patterns to gleam_regexp compatible patterns"
licences = ["MIT"]
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_regexp = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"