Packages

A library to control .wav file in pure Gleam-lang

Current section

Files

Jump to
glwav gleam.toml
Raw

gleam.toml

name = "glwav"
version = "1.0.0"
description = "A library to control .wav file in pure Gleam-lang"
licenses = ["Apache-2.0"]
repository = { type = "github", user = "haruki7049", repo = "glwav" }
# 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.34.0 and < 2.0.0"
glriff = ">= 1.0.1 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 2.3.2 and < 3.0.0"
[javascript]
typescript_declarations = true